DBA Data[Home] [Help]

APPS.FND_SUBMIT dependencies on FND_CONC_GLOBAL

Line 963: curr_copies, i, NVL(P_OPS_ID,fnd_conc_global.ops_inst_num));

959: values
960: (P_RS_REQUEST_ID, rsp_program_id,
961: P_SET_APP_ID, P_SET_ID,
962: 1, 'Y', 'N', 'N', NULL, NULL, curr_printer,
963: curr_copies, i, NVL(P_OPS_ID,fnd_conc_global.ops_inst_num));
964:
965: end if; -- Curr_copies > 0
966: end loop;
967:

Line 1021: NULL, i,NVL(P_OPS_ID,fnd_conc_global.ops_inst_num),

1017: (P_RS_REQUEST_ID, rsp_program_id,
1018: P_SET_APP_ID, P_SET_ID, 2,
1019: P_NOTIFICATIONS(i).on_normal, P_NOTIFICATIONS(i).on_warning, P_NOTIFICATIONS(i).on_error,
1020: NULL, NULL, P_NOTIFICATIONS(i).name,
1021: NULL, i,NVL(P_OPS_ID,fnd_conc_global.ops_inst_num),
1022: P_NOTIFICATIONS(i).orig_system,
1023: P_NOTIFICATIONS(i).orig_system_id);
1024: end loop;
1025:

Line 1041: NULL, 1, NVL(P_OPS_ID, fnd_conc_global.ops_inst_num),

1037: values
1038: (P_RS_REQUEST_ID, rsp_program_id,
1039: P_SET_APP_ID, P_SET_ID,
1040: 6, 'Y', 'N', 'N', NULL, NULL, NULL,
1041: NULL, 1, NVL(P_OPS_ID, fnd_conc_global.ops_inst_num),
1042: P_TEMPLATE_APPL, P_TEMPLATE_CODE, P_TEMPLATE_LANG,
1043: P_TEMPLATE_TERR, P_OUTPUT_FORMAT);
1044: end if;
1045:

Line 1117: NVL(P_OPS_ID,fnd_conc_global.ops_inst_num),

1113: P_RS_REQUEST_ID, rsp_program_id,
1114: P_SET_APP_ID, P_SET_ID,
1115: tot_copies, fcr_printer, valid_style,
1116: saveout, P_LANGUAGE, P_TERRITORY,
1117: NVL(P_OPS_ID,fnd_conc_global.ops_inst_num),
1118: submit_program.argument1, submit_program.argument2,
1119: submit_program.argument3, submit_program.argument4,
1120: submit_program.argument5, submit_program.argument6,
1121: submit_program.argument7, submit_program.argument8,