DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on CSI_GEN_UTILITY_PVT

Line 10603: csi_gen_utility_pvt.populate_install_param_rec;

10599: p_file_segment2 => to_char(sysdate, 'DDMMYY'),
10600: p_file_segment3 => 'invoke');
10601:
10602: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN
10603: csi_gen_utility_pvt.populate_install_param_rec;
10604: END IF;
10605:
10606: l_bypass := csi_datastructures_pub.g_install_param_rec.sfm_queue_bypass_flag;
10607:

Line 10738: csi_gen_utility_pvt.populate_install_param_rec;

10734: --
10735: -- Get the Date from CSI_INSTALL_PARAMETERS
10736:
10737: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN
10738: csi_gen_utility_pvt.populate_install_param_rec;
10739: END IF;
10740:
10741: l_freeze_date := csi_datastructures_pub.g_install_param_rec.freeze_date;
10742:

Line 11272: csi_gen_utility_pvt.populate_install_param_rec;

11268: End;
11269:
11270: -- Get the Date from CSI_INSTALL_PARAMETERS
11271: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN
11272: csi_gen_utility_pvt.populate_install_param_rec;
11273: END IF;
11274:
11275: l_freeze_date := csi_datastructures_pub.g_install_param_rec.freeze_date;
11276: