DBA Data[Home] [Help]

APPS.PO_ACCOUNT_HELPER dependencies on WIP_ENTITIES

Line 946: l_entity_type wip_entities.entity_type%type;

942: l_is_pa_flex_override VARCHAR2(1);
943: l_req_encum_on VARCHAR2(1);
944: l_po_encum_on VARCHAR2(1);
945: xx_return_status VARCHAR2(1);
946: l_entity_type wip_entities.entity_type%type;
947: l_osp_flag po_line_types_b.outside_operation_flag%TYPE;
948: l_expense_accrual_code po_system_parameters_all.EXPENSE_ACCRUAL_CODE%TYPE;
949: l_coa_id gl_sets_of_books.chart_of_accounts_id%TYPE;
950: x_ou_id po_distributions_all.org_id%TYPE;

Line 1400: from wip_entities

1396: --#4: Get entity type
1397: BEGIN
1398: select entity_type
1399: into l_entity_type
1400: from wip_entities
1401: where wip_entity_id = l_dists.wip_entity_id
1402: and organization_id = l_dists.org_id;
1403: --Check if it's EAM job whose entity_type=6.
1404: IF l_entity_type <> 6 THEN