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 453: CSI_ML_CREATE_PVT.get_iface_create_recs (p_txn_from_date,

449: END IF;
450:
451: SAVEPOINT create_parallel_instances;
452:
453: CSI_ML_CREATE_PVT.get_iface_create_recs (p_txn_from_date,
454: p_txn_to_date,
455: p_source_system_name,
456: p_worker_id,
457: l_commit_recs,