DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_NON_LABOR_RESOURCE_ORGS

Line 940: pa_debug.G_err_stage := 'select from pa_non_labor_resource_orgs';

936: End If;
937:
938: BEGIN
939: IF PG_DEBUG = 'Y' THEN
940: pa_debug.G_err_stage := 'select from pa_non_labor_resource_orgs';
941: log_message('log_message: ' || pa_debug.G_err_Stage);
942: END IF;
943:
944: If (G_NlrInfoNlr = X_nlr and G_NlrInfoNlroId = X_nlro_id) Then

Line 957: pa_non_labor_resource_orgs nlro

953: INTO
954: G_nlro_start
955: , G_nlro_end
956: FROM
957: pa_non_labor_resource_orgs nlro
958: WHERE
959: nlro.organization_id = X_nlro_id
960: AND nlro.non_labor_resource = X_nlr;
961: