DBA Data[Home] [Help]

APPS.CHV_BUILD_SCHEDULES dependencies on FND_REQUEST

Line 985: fnd_request.set_org_id(x_org_id);

981: IF (p_communication_code = 'BOTH' or
982: p_communication_code = 'PRINT')
983: THEN
984: /* 5075549 fixed. set the org context */
985: fnd_request.set_org_id(x_org_id);
986: IF p_schedule_type = 'PLAN_SCHEDULE' THEN
987:
988: ---- dbms_output.put_line('try to print planning schedule');
989: x_return_number := FND_REQUEST.submit_request('PO',

Line 989: x_return_number := FND_REQUEST.submit_request('PO',

985: fnd_request.set_org_id(x_org_id);
986: IF p_schedule_type = 'PLAN_SCHEDULE' THEN
987:
988: ---- dbms_output.put_line('try to print planning schedule');
989: x_return_number := FND_REQUEST.submit_request('PO',
990: 'CHVPRSCH',
991: null,
992: null,
993: false,

Line 1028: x_return_number := FND_REQUEST.submit_request('PO',

1024:
1025: ELSE /* Submit the Shipping Schedule */
1026:
1027: ---- dbms_output.put_line('try to print shipping schedule');
1028: x_return_number := FND_REQUEST.submit_request('PO',
1029: 'CHVSHSCH',
1030: null,
1031: null,
1032: false,

Line 1091: 'fnd_request.submit_request'.Also adding a parameter debug_mode to

1087: /*Bug 1701675:When lauching ECSPSO/ECSSSO transactions,a extra parameter called
1088: x_ece_path_file is passed to ECSPSO/ECSSSO concurrent program.
1089: This parameter is not in ECSPSO/ECSSSO concurrent program.Hence
1090: removing this parameter from call to the concurrent program
1091: 'fnd_request.submit_request'.Also adding a parameter debug_mode to
1092: the call to concurrent program.*/
1093: /* Bug 1955282:Changed the 10th parameter in the call below from
1094: null to chr(0) */
1095:

Line 1102: x_return_number := FND_REQUEST.submit_request('EC',

1098: */
1099:
1100: /* Bug2576335 fixed. Changed the debug mode from '3' to '0' */
1101:
1102: x_return_number := FND_REQUEST.submit_request('EC',
1103: 'ECSPSO',
1104: null,
1105: null,
1106: false,

Line 1152: x_return_number := FND_REQUEST.submit_request('EC',

1148: /* Bug 2090899: Passing Batch Id also as one of the parameter as requested
1149: by EDI Team.
1150: */
1151:
1152: x_return_number := FND_REQUEST.submit_request('EC',
1153: 'ECSSSO',
1154: null,
1155: null,
1156: false,