DBA Data[Home] [Help]

APPS.CSTPPACQ dependencies on CST_COST_GROUPS

Line 457: from cst_cost_groups

453: l_stmt_num := 20;
454:
455: select legal_entity
456: into l_legal_entity
457: from cst_cost_groups
458: where cost_group_id = i_cost_group_id ;
459:
460: -- If this package is called from the acquisition adjustment process, then
461: -- we will have to get the period start date

Line 1462: cst_cost_groups ccg

1458: SELECT mia.control_level,
1459: ccg.organization_id
1460: INTO l_uom_control,l_master_org_id
1461: FROM mtl_item_attributes mia,
1462: cst_cost_groups ccg
1463: WHERE mia.attribute_name = 'MTL_SYSTEM_ITEMS.PRIMARY_UNIT_OF_MEASURE'
1464: AND ccg.cost_group_id = i_cost_group_id;
1465:
1466: l_avcu_txn_date := least(l_end_date,sysdate);

Line 4286: from cst_cost_groups

4282:
4283: l_stmt_num := 55;
4284:
4285: select legal_entity into l_legal_entity
4286: from cst_cost_groups
4287: where cost_group_id = i_cost_group_id ;
4288:
4289: /* Now get the prior period quantity */
4290: