DBA Data[Home] [Help]

APPS.CSI_ML_CREATE_PUB dependencies on CSI_ML_CREATE_PVT

Line 140: CSI_ML_CREATE_PVT.get_iface_create_recs (p_txn_from_date,

136: -- After getting IDs now create PL/SQL Tables
137:
138: SAVEPOINT create_instances;
139:
140: CSI_ML_CREATE_PVT.get_iface_create_recs (p_txn_from_date,
141: p_txn_to_date,
142: p_source_system_name,
143: NULL, -- p_worker_id,
144: l_commit_recs,

Line 458: CSI_ML_CREATE_PVT.get_iface_create_recs (p_txn_from_date,

454: END IF;
455:
456: SAVEPOINT create_parallel_instances;
457:
458: CSI_ML_CREATE_PVT.get_iface_create_recs (p_txn_from_date,
459: p_txn_to_date,
460: p_source_system_name,
461: p_worker_id,
462: l_commit_recs,