DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on PJI_SYSTEM_PARAMETERS

Line 38757: from pji_system_parameters

38753:
38754: /* Added below block to ensure that the new API's are controlled by Dev*/
38755: begin
38756: select 'x' into t_str
38757: from pji_system_parameters
38758: where name = 'BULK_LITE'
38759: and value = 'Y';
38760:
38761: exception

Line 39073: from pji_system_parameters

39069:
39070: /* Added below block to ensure that the new API's are controlled by Dev*/
39071: begin
39072: select 'x' into t_str
39073: from pji_system_parameters
39074: where name = 'BULK_LITE'
39075: and value = 'Y';
39076:
39077: exception

Line 39711: from pji_system_parameters

39707:
39708: /* Added below block to ensure that the new API's are controlled by Dev*/
39709: begin
39710: select 'x' into t_str
39711: from pji_system_parameters
39712: where name = 'BULK_LITE'
39713: and value = 'Y';
39714:
39715: exception

Line 40221: from pji_system_parameters

40217:
40218: /* Added below block to ensure that the new API's are controlled by Dev*/
40219: begin
40220: select 'x' into t_str
40221: from pji_system_parameters
40222: where name = 'BULK_LITE'
40223: and value = 'Y';
40224:
40225: exception

Line 41676: from pji_system_parameters

41672:
41673: /* Added below block to ensure that the new API's are controlled by Dev*/
41674: begin
41675: select 'x' into t_str
41676: from pji_system_parameters
41677: where name = 'BULK_LITE'
41678: and value = 'Y';
41679:
41680: exception

Line 42890: from pji_system_parameters

42886:
42887: /* Added below block to ensure that the new API's are controlled by Dev*/
42888: begin
42889: select 'x' into t_str
42890: from pji_system_parameters
42891: where name = 'BULK_LITE'
42892: and value = 'Y';
42893:
42894: exception

Line 43039: from pji_system_parameters

43035: END IF;
43036: /* Added below block to ensure that the new API's are controlled by Dev*/
43037: begin
43038: select 'x' into t_str
43039: from pji_system_parameters
43040: where name = 'BULK_LITE'
43041: and value = 'Y';
43042:
43043: exception