DBA Data[Home] [Help]

APPS.PAAPIMP_PKG dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 441: FROM financials_system_parameters po;

437: G_err_stage := ' Check PO and PA set of books';
438:
439: SELECT po.set_of_books_id
440: INTO G_PO_SOB
441: FROM financials_system_parameters po;
442:
443: IF G_PO_SOB <> G_PA_SOB THEN
444:
445: RAISE E_DIFFERENT_SOB;