DBA Data[Home] [Help]

APPS.CSTPUMEC dependencies on BOM_RESOURCES

Line 396: from bom_resources for the edited sub element

392:
393: /*
394: Fix for Bug#2122019 - Added activity_id in the insert to populate default
395: activity assigned to the sub element being edited. Selected default_activity_id
396: from bom_resources for the edited sub element
397: */
398: l_location := 2;
399:
400: INSERT INTO cst_item_cost_details

Line 481: , bom_resources BR

477: , CIC.attribute14
478: , CIC.attribute15
479: FROM cst_lists L
480: , cst_item_costs CIC
481: , bom_resources BR
482: WHERE CIC.organization_id = I_ORGANIZATION_ID
483: AND L.list_id = I_LIST_ID
484: AND BR.resource_id = I_RESOURCE_ID
485: AND CIC.cost_type_id = I_COST_TYPE_ID