2012-03-06 Created By BaoXinjian

SYS_并发管理系列6_并发程序参数默认值设定(概念)一、 摘要


在设定并发程式时,需给parameter设定默认值,Concurrent Program中部分多个Parameter的联动的实现也可以通过默认值的实现

1. Constand

2. Segment

3. Profile

4. SQL Statement

5. Current Time and Date

 

SYS_并发管理系列6_并发程序参数默认值设定(概念)二、 参数具体设定简例


1. Constant

    SYS_并发管理系列6_并发程序参数默认值设定(概念)

2. Segment

    SYS_并发管理系列6_并发程序参数默认值设定(概念)

3. Profile

    SYS_并发管理系列6_并发程序参数默认值设定(概念)

4. SQL Statement

(1). SELECT TO_NUMBER (oe_sys_parameters.VALUE ('SET_OF_BOOKS_ID')) 
         FROM DUAL ;
(2). SELECT :$flex$.xxont_4394_srs_pick_slip_number
         FROM DUAL ;
(3). SELECT organization_code 
         FROM org_organization_definitions
       WHERE organization_id = :$profiles$.mfg_organization_id;

    SYS_并发管理系列6_并发程序参数默认值设定(概念)

5. Current Time or Current Date

 

Thanks and Regards

SYS_并发管理系列6_并发程序参数默认值设定(概念)

相关文章:

  • 2021-09-08
  • 2021-10-21
  • 2022-01-05
  • 2021-08-13
  • 2022-12-23
  • 2022-12-23
  • 2021-09-26
  • 2021-11-14
猜你喜欢
  • 2021-10-26
  • 2021-11-23
  • 2021-07-19
  • 2021-06-16
  • 2021-09-03
  • 2021-05-26
  • 2021-12-23
相关资源
相似解决方案