DBA Data[Home] [Help]

APPS.PO_COPYDOC_S5 dependencies on PO_DISTRIBUTIONS_ALL

Line 235: l_accrual_account_id PO_DISTRIBUTIONS_ALL.accrual_account_id%TYPE;

231: l_dest_variance_success BOOLEAN;
232: l_variance_success BOOLEAN;
233: l_new_combination BOOLEAN;
234:
235: l_accrual_account_id PO_DISTRIBUTIONS_ALL.accrual_account_id%TYPE;
236: l_budget_account_id PO_DISTRIBUTIONS_ALL.budget_account_id%TYPE;
237: l_code_combination_id PO_DISTRIBUTIONS_ALL.code_combination_id%TYPE;
238: l_dest_charge_account_id PO_DISTRIBUTIONS_ALL.dest_charge_account_id%TYPE;
239: l_dest_variance_account_id PO_DISTRIBUTIONS_ALL.dest_variance_account_id%TYPE;

Line 236: l_budget_account_id PO_DISTRIBUTIONS_ALL.budget_account_id%TYPE;

232: l_variance_success BOOLEAN;
233: l_new_combination BOOLEAN;
234:
235: l_accrual_account_id PO_DISTRIBUTIONS_ALL.accrual_account_id%TYPE;
236: l_budget_account_id PO_DISTRIBUTIONS_ALL.budget_account_id%TYPE;
237: l_code_combination_id PO_DISTRIBUTIONS_ALL.code_combination_id%TYPE;
238: l_dest_charge_account_id PO_DISTRIBUTIONS_ALL.dest_charge_account_id%TYPE;
239: l_dest_variance_account_id PO_DISTRIBUTIONS_ALL.dest_variance_account_id%TYPE;
240: l_variance_account_id PO_DISTRIBUTIONS_ALL.variance_account_id%TYPE;

Line 237: l_code_combination_id PO_DISTRIBUTIONS_ALL.code_combination_id%TYPE;

233: l_new_combination BOOLEAN;
234:
235: l_accrual_account_id PO_DISTRIBUTIONS_ALL.accrual_account_id%TYPE;
236: l_budget_account_id PO_DISTRIBUTIONS_ALL.budget_account_id%TYPE;
237: l_code_combination_id PO_DISTRIBUTIONS_ALL.code_combination_id%TYPE;
238: l_dest_charge_account_id PO_DISTRIBUTIONS_ALL.dest_charge_account_id%TYPE;
239: l_dest_variance_account_id PO_DISTRIBUTIONS_ALL.dest_variance_account_id%TYPE;
240: l_variance_account_id PO_DISTRIBUTIONS_ALL.variance_account_id%TYPE;
241:

Line 238: l_dest_charge_account_id PO_DISTRIBUTIONS_ALL.dest_charge_account_id%TYPE;

234:
235: l_accrual_account_id PO_DISTRIBUTIONS_ALL.accrual_account_id%TYPE;
236: l_budget_account_id PO_DISTRIBUTIONS_ALL.budget_account_id%TYPE;
237: l_code_combination_id PO_DISTRIBUTIONS_ALL.code_combination_id%TYPE;
238: l_dest_charge_account_id PO_DISTRIBUTIONS_ALL.dest_charge_account_id%TYPE;
239: l_dest_variance_account_id PO_DISTRIBUTIONS_ALL.dest_variance_account_id%TYPE;
240: l_variance_account_id PO_DISTRIBUTIONS_ALL.variance_account_id%TYPE;
241:
242: l_accrual_account_desc VARCHAR2(2000);

Line 239: l_dest_variance_account_id PO_DISTRIBUTIONS_ALL.dest_variance_account_id%TYPE;

235: l_accrual_account_id PO_DISTRIBUTIONS_ALL.accrual_account_id%TYPE;
236: l_budget_account_id PO_DISTRIBUTIONS_ALL.budget_account_id%TYPE;
237: l_code_combination_id PO_DISTRIBUTIONS_ALL.code_combination_id%TYPE;
238: l_dest_charge_account_id PO_DISTRIBUTIONS_ALL.dest_charge_account_id%TYPE;
239: l_dest_variance_account_id PO_DISTRIBUTIONS_ALL.dest_variance_account_id%TYPE;
240: l_variance_account_id PO_DISTRIBUTIONS_ALL.variance_account_id%TYPE;
241:
242: l_accrual_account_desc VARCHAR2(2000);
243: l_budget_account_desc VARCHAR2(2000);

Line 240: l_variance_account_id PO_DISTRIBUTIONS_ALL.variance_account_id%TYPE;

236: l_budget_account_id PO_DISTRIBUTIONS_ALL.budget_account_id%TYPE;
237: l_code_combination_id PO_DISTRIBUTIONS_ALL.code_combination_id%TYPE;
238: l_dest_charge_account_id PO_DISTRIBUTIONS_ALL.dest_charge_account_id%TYPE;
239: l_dest_variance_account_id PO_DISTRIBUTIONS_ALL.dest_variance_account_id%TYPE;
240: l_variance_account_id PO_DISTRIBUTIONS_ALL.variance_account_id%TYPE;
241:
242: l_accrual_account_desc VARCHAR2(2000);
243: l_budget_account_desc VARCHAR2(2000);
244: l_charge_account_desc VARCHAR2(2000);