DBA Data[Home] [Help]

APPS.PSA_BC_XML_REPORT_PUB dependencies on PSA_BC_ACCOUNTING_ERRORS

Line 456: FROM PSA_BC_ACCOUNTING_ERRORS PAE,

452: NULL OBLI_ENCUM_TOTAL_BAL,
453: 'X' ERROR_SOURCE,
454: NULL CURRENT_FUNDS_AVAILABLE,
455: NULL DOCUMENT_STATUS
456: FROM PSA_BC_ACCOUNTING_ERRORS PAE,
457: PSA_BC_APPLICATION_V PBA,
458: GL_PERIOD_STATUSES PS
459: WHERE PBA.application_id = p_para_rec.application_id AND
460: PAE.ledger_id = p_para_rec.ledger_id AND

Line 2217: -- If product has uptaken SLA then insert errors from PSA_BC_ACCOUNTING_ERRORS

2213:
2214: psa_utils.debug_other_string(g_state_level,l_api_name,'Populate_Tab Executed');
2215: END IF;
2216:
2217: -- If product has uptaken SLA then insert errors from PSA_BC_ACCOUNTING_ERRORS
2218: -- in the plsql table which will be inserted in psa_bc_results_rpt_gt
2219:
2220: IF l_sla_uptake_prod = 'Y' AND p_para_rec.packet_event_flag = 'E' THEN
2221: OPEN c_xla_accounting_errors;