DBA Data[Home] [Help]

APPS.CST_EAMJOB_ACTESTIMATE dependencies on WIP_EAM_PARAMETERS

Line 67: FROM wip_eam_parameters

63: ELSE
64: l_stmt_num := 210;
65: SELECT def_eam_cost_element_id
66: into l_eam_cost_element
67: FROM wip_eam_parameters
68: WHERE organization_id = p_org_id;
69: END IF; -- end checking resource type
70: END IF; -- end checking txn mode
71:

Line 214: FROM wip_eam_parameters

210: l_stmt_num := 30;
211:
212: SELECT def_maint_cost_category
213: INTO l_dept_cost_catg
214: FROM wip_eam_parameters
215: WHERE organization_id = l_organization_id;
216:
217: END IF;
218:

Line 501: wip_eam_parameters wep

497: cst_cg_item_costs_view ccicv,
498: bom_operational_routings bor,
499: bom_operation_sequences bos,
500: mtl_system_items_b msi,
501: wip_eam_parameters wep
502: WHERE bbom.organization_id = p_organization_id
503: AND bbom.assembly_item_id = p_activity_item_id
504: AND bbom.assembly_type = 1
505: AND ( (bbom.Alternate_bom_designator IS NULL