DBA Data[Home] [Help]

APPS.CSTPSCEX dependencies on MTL_PARAMETERS

Line 32: from mtl_parameters mp

28: l_stmt_num := 5;
29:
30: delete cst_sc_lists csl
31: where exists (select 'process org'
32: from mtl_parameters mp
33: where mp.organization_id = csl.organization_id
34: and NVL(mp.process_enabled_flag, 'N') = 'Y')
35: ;
36: /* End OPM INVCONV change */

Line 121: l_organization_code mtl_parameters.organization_code%TYPE;

117: l_min_rank number(15);
118:
119: /* OPM INVCONV umoogala 17-oct-2004 */
120: l_sourcing_rule_name mrp_sourcing_rules.sourcing_rule_name%TYPE;
121: l_organization_code mtl_parameters.organization_code%TYPE;
122:
123: begin
124: o_error_code := 0;
125: o_error_msg := null;

Line 241: from cst_sc_sourcing_rules cssr, mtl_parameters mp

237: l_stmt_num := 30;
238:
239: select cssr.sourcing_rule_name, mp.organization_code
240: into l_sourcing_rule_name, l_organization_code
241: from cst_sc_sourcing_rules cssr, mtl_parameters mp
242: where rollup_id = i_rollup_id
243: and cssr.inventory_item_id = i_inventory_item_id
244: and cssr.organization_id = i_organization_id
245: and cssr.assignment_set_id = i_assignment_set_id

Line 1283: mtl_parameters MP1,

1279: COMP.concatenated_segments component_item,
1280: MP2.organization_code component_organization
1281: from cst_sc_bom_explosion CSBE,
1282: mtl_system_items_kfv ASSM,
1283: mtl_parameters MP1,
1284: mtl_system_items_kfv COMP,
1285: mtl_parameters MP2
1286: where CSBE.rollup_id = i_rollup_id
1287: and CSBE.deleted_flag = 'N'

Line 1285: mtl_parameters MP2

1281: from cst_sc_bom_explosion CSBE,
1282: mtl_system_items_kfv ASSM,
1283: mtl_parameters MP1,
1284: mtl_system_items_kfv COMP,
1285: mtl_parameters MP2
1286: where CSBE.rollup_id = i_rollup_id
1287: and CSBE.deleted_flag = 'N'
1288: and ASSM.inventory_item_id = CSBE.assembly_item_id
1289: and ASSM.organization_id = CSBE.assembly_organization_id