DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_NON_LABOR_RESOURCES

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

967: BEGIN
968:
969: pa_cc_utils.set_curr_function('GetNlrInfo');
970: IF PG_DEBUG = 'Y' THEN
971: pa_debug.G_err_Stage := 'select from pa_non_labor_resources';
972: log_message('log_message: ' || pa_debug.G_err_Stage);
973: END IF;
974:
975: If (G_NlrInfoNlr = X_nlr) Then

Line 1000: pa_non_labor_resources nlr

996: G_nlr_etype
997: , G_nlr_start
998: , G_nlr_end
999: FROM
1000: pa_non_labor_resources nlr
1001: WHERE
1002: nlr.non_labor_resource = X_nlr;
1003:
1004: G_NlrInfoNlr := X_nlr;