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 1469: cst_cost_groups ccg

1465: SELECT mia.control_level,
1466: ccg.organization_id
1467: INTO l_uom_control,l_master_org_id
1468: FROM mtl_item_attributes mia,
1469: cst_cost_groups ccg
1470: WHERE mia.attribute_name = 'MTL_SYSTEM_ITEMS.PRIMARY_UNIT_OF_MEASURE'
1471: AND ccg.cost_group_id = i_cost_group_id;
1472:
1473: l_avcu_txn_date := least(l_end_date,sysdate);

Line 4377: from cst_cost_groups

4373:
4374: l_stmt_num := 55;
4375:
4376: select legal_entity into l_legal_entity
4377: from cst_cost_groups
4378: where cost_group_id = i_cost_group_id ;
4379:
4380: /* Now get the prior period quantity */
4381:

Line 4468: cst_cost_groups ccg

4464: SELECT mia.control_level,
4465: ccg.organization_id
4466: INTO l_uom_control,l_master_org_id
4467: FROM mtl_item_attributes mia,
4468: cst_cost_groups ccg
4469: WHERE mia.attribute_name = 'MTL_SYSTEM_ITEMS.PRIMARY_UNIT_OF_MEASURE'
4470: AND ccg.cost_group_id = i_cost_group_id;
4471:
4472: l_stmt_num := 120;