DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on BOM_COMMON_DEFINITIONS

Line 355: l_init_sort_code := Bom_Common_Definitions.get_initial_sort_code;

351: ) IS
352: l_exists_flag VARCHAR2(1) := 'N';
353: l_init_sort_code VARCHAR2(2000);
354: BEGIN
355: l_init_sort_code := Bom_Common_Definitions.get_initial_sort_code;
356: -- Check the passed parent_sort_order exists in ins_tbl.
357: -- This means the parent is trackable and the OUT parent_sort_order is same as IN
358: IF p_parent_sort_order = l_init_sort_code THEN
359: RETURN;

Line 29822: l_bom_sortcode_width NUMBER := Bom_Common_Definitions.G_Bom_SortCode_Width;

29818: l_master_organization_id NUMBER;
29819: x_msg_index_out NUMBER;
29820: l_child_expl_level NUMBER;
29821: l_init_sort_code VARCHAR2(2000);
29822: l_bom_sortcode_width NUMBER := Bom_Common_Definitions.G_Bom_SortCode_Width;
29823: l_bom_sort_order_tbl csi_item_instance_pvt.bom_sort_order_tbl;
29824: l_bom_expl_org_flag VARCHAR2(3);
29825: --
29826: CURSOR BOM_CSR (p_group_id NUMBER)

Line 29996: l_init_sort_code := Bom_Common_Definitions.get_initial_sort_code;

29992: FND_MSG_PUB.Add;
29993: RAISE FND_API.G_EXC_ERROR;
29994: END IF; -- error
29995: --
29996: l_init_sort_code := Bom_Common_Definitions.get_initial_sort_code;
29997: --
29998: -- Loop thru' the cursor and create the Parent_child_tbl
29999: csi_gen_utility_pvt.put_line('Start of BOM Explosion..');
30000: For v_rec in BOM_CSR(l_group_id)