DBA Data[Home] [Help]

APPS.PO_ACCOUNT_HELPER dependencies on GL_SETS_OF_BOOKS

Line 949: l_coa_id gl_sets_of_books.chart_of_accounts_id%TYPE;

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;
952: l_old_code_combination_id po_distributions_all.CODE_COMBINATION_ID%TYPE;
953: l_dest_charge_account_id po_distributions_all.DEST_CHARGE_ACCOUNT_ID%TYPE;

Line 1172: gl_sets_of_books GLS,

1168: l_expense_accrual_code,
1169: l_coa_id
1170: FROM po_system_parameters_all PSP,
1171: financials_system_params_all FSP,
1172: gl_sets_of_books GLS,
1173: fnd_id_flex_structures COAFS
1174: WHERE FSP.org_id = PSP.org_id
1175: AND FSP.set_of_books_id = GLS.set_of_books_id
1176: AND COAFS.id_flex_num = GLS.chart_of_accounts_id