DBA Data[Home] [Help]

APPS.CSI_II_RELATIONSHIPS_PVT dependencies on CSI_ITEM_INSTANCE_GRP

Line 4433: px_child_inst_tbl csi_item_instance_grp.child_inst_tbl;

4429: l_lookup_tbl csi_item_instance_pvt.lookup_tbl;
4430: l_ins_count_rec csi_item_instance_pvt.ins_count_rec;
4431: l_rel_tbl csi_datastructures_pub.ii_relationship_tbl;
4432: px_oks_txn_inst_tbl oks_ibint_pub.txn_instance_tbl;
4433: px_child_inst_tbl csi_item_instance_grp.child_inst_tbl;
4434: -- Begin Add Code for Siebel Genesis Project
4435: p_ext_attrib_values_tbl csi_datastructures_pub.extend_attrib_values_tbl;
4436: p_party_tbl csi_datastructures_pub.party_tbl;
4437: p_account_tbl csi_datastructures_pub.party_account_tbl;

Line 5434: px_child_inst_tbl csi_item_instance_grp.child_inst_tbl;

5430: l_loc_type_code VARCHAR2(30);
5431: -- End addition for cascade ownership changes bug 2972082
5432: l_subject_lock NUMBER;
5433: px_oks_txn_inst_tbl oks_ibint_pub.txn_instance_tbl;
5434: px_child_inst_tbl csi_item_instance_grp.child_inst_tbl;
5435: l_is_a_child VARCHAR2(1); --Added for Bug 14163453
5436:
5437: BEGIN
5438: -- standard start of api savepoint

Line 6288: px_child_inst_tbl csi_item_instance_grp.child_inst_tbl;

6284: l_vld_org NUMBER;
6285: l_srl_ctl NUMBER;
6286: l_loc_type_code VARCHAR2(30);
6287: px_oks_txn_inst_tbl oks_ibint_pub.txn_instance_tbl;
6288: px_child_inst_tbl csi_item_instance_grp.child_inst_tbl;
6289: l_is_locked BOOLEAN;
6290: l_lock_id NUMBER;
6291: l_serial_number VARCHAR2(60);
6292: BEGIN