DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_NON_LABOR_RESOURCES

Line 901: pa_debug.G_err_Stage := 'select from pa_non_labor_resources';

897: BEGIN
898:
899: pa_cc_utils.set_curr_function('GetNlrInfo');
900: IF PG_DEBUG = 'Y' THEN
901: pa_debug.G_err_Stage := 'select from pa_non_labor_resources';
902: log_message('log_message: ' || pa_debug.G_err_Stage);
903: END IF;
904:
905: If (G_NlrInfoNlr = X_nlr) Then

Line 930: pa_non_labor_resources nlr

926: G_nlr_etype
927: , G_nlr_start
928: , G_nlr_end
929: FROM
930: pa_non_labor_resources nlr
931: WHERE
932: nlr.non_labor_resource = X_nlr;
933:
934: G_NlrInfoNlr := X_nlr;