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 29241: l_bom_sortcode_width NUMBER := Bom_Common_Definitions.G_Bom_SortCode_Width;

29237: l_master_organization_id NUMBER;
29238: x_msg_index_out NUMBER;
29239: l_child_expl_level NUMBER;
29240: l_init_sort_code VARCHAR2(2000);
29241: l_bom_sortcode_width NUMBER := Bom_Common_Definitions.G_Bom_SortCode_Width;
29242: l_bom_sort_order_tbl csi_item_instance_pvt.bom_sort_order_tbl;
29243: --
29244: CURSOR BOM_CSR (p_group_id NUMBER)
29245: IS

Line 29405: l_init_sort_code := Bom_Common_Definitions.get_initial_sort_code;

29401: FND_MSG_PUB.Add;
29402: RAISE FND_API.G_EXC_ERROR;
29403: END IF; -- error
29404: --
29405: l_init_sort_code := Bom_Common_Definitions.get_initial_sort_code;
29406: --
29407: -- Loop thru' the cursor and create the Parent_child_tbl
29408: csi_gen_utility_pvt.put_line('Start of BOM Explosion..');
29409: For v_rec in BOM_CSR(l_group_id)