DBA Data[Home] [Help]

APPS.PO_WF_BUILD_ACCOUNT_INIT dependencies on BOM_RESOURCES

Line 155: l_bom_resource_code bom_resources.resource_code%TYPE := '';

151: p_clm_misc_loa IN VARCHAR2 --
152: )
153: IS
154: --< Shared Proc FPJ Start >
155: l_bom_resource_code bom_resources.resource_code%TYPE := '';
156: l_bom_resource_unit bom_resources.unit_of_measure%TYPE := '';
157: l_entity_name wip_entities.wip_entity_name%TYPE := '';
158: l_bom_cost_element_id NUMBER;
159: l_wip_entity_type NUMBER;

Line 156: l_bom_resource_unit bom_resources.unit_of_measure%TYPE := '';

152: )
153: IS
154: --< Shared Proc FPJ Start >
155: l_bom_resource_code bom_resources.resource_code%TYPE := '';
156: l_bom_resource_unit bom_resources.unit_of_measure%TYPE := '';
157: l_entity_name wip_entities.wip_entity_name%TYPE := '';
158: l_bom_cost_element_id NUMBER;
159: l_wip_entity_type NUMBER;
160: --< Shared Proc FPJ End >