DBA Data[Home] [Help]

APPS.PO_WF_BUILD_ACCOUNT_INIT dependencies on BOM_RESOURCES

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

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

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

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