DBA Data[Home] [Help]

APPS.FND_SUBMIT dependencies on FND_CONC_GLOBAL

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

933: values
934: (P_RS_REQUEST_ID, rsp_program_id,
935: P_SET_APP_ID, P_SET_ID,
936: 1, 'Y', 'N', 'N', NULL, NULL, curr_printer,
937: curr_copies, i, NVL(P_OPS_ID,fnd_conc_global.ops_inst_num));
938:
939: end if; -- Curr_copies > 0
940: end loop;
941:

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

991: (P_RS_REQUEST_ID, rsp_program_id,
992: P_SET_APP_ID, P_SET_ID, 2,
993: P_NOTIFICATIONS(i).on_normal, P_NOTIFICATIONS(i).on_warning, P_NOTIFICATIONS(i).on_error,
994: NULL, NULL, P_NOTIFICATIONS(i).name,
995: NULL, i,NVL(P_OPS_ID,fnd_conc_global.ops_inst_num),
996: P_NOTIFICATIONS(i).orig_system,
997: P_NOTIFICATIONS(i).orig_system_id);
998: end loop;
999:

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

1011: values
1012: (P_RS_REQUEST_ID, rsp_program_id,
1013: P_SET_APP_ID, P_SET_ID,
1014: 6, 'Y', 'N', 'N', NULL, NULL, NULL,
1015: NULL, 1, NVL(P_OPS_ID, fnd_conc_global.ops_inst_num),
1016: P_TEMPLATE_APPL, P_TEMPLATE_CODE, P_TEMPLATE_LANG,
1017: P_TEMPLATE_TERR, P_OUTPUT_FORMAT);
1018: end if;
1019:

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

1059: P_RS_REQUEST_ID, rsp_program_id,
1060: P_SET_APP_ID, P_SET_ID,
1061: tot_copies, fcr_printer, valid_style,
1062: saveout, P_LANGUAGE, P_TERRITORY,
1063: NVL(P_OPS_ID,fnd_conc_global.ops_inst_num),
1064: submit_program.argument1, submit_program.argument2,
1065: submit_program.argument3, submit_program.argument4,
1066: submit_program.argument5, submit_program.argument6,
1067: submit_program.argument7, submit_program.argument8,