DBA Data[Home] [Help]

APPS.PO_ACCOUNT_HELPER dependencies on PO_LINE_TYPES_B

Line 947: l_osp_flag po_line_types_b.outside_operation_flag%TYPE;

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;
951: l_current_ou_id po_headers_all.org_id%TYPE;

Line 1246: FROM po_line_types_b pltb

1242: END IF;
1243: --Get OSP flag.
1244: SELECT nvl(pltb.outside_operation_flag, 'N')
1245: INTO l_osp_flag
1246: FROM po_line_types_b pltb
1247: WHERE pltb.line_type_id = l_dists.line_type_id;
1248:
1249: --#1. Validate if the account should be built.
1250: /*Only build the account if all of the following are true: