DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_NON_LABOR_RESOURCE_ORGS

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

1006: End If;
1007:
1008: BEGIN
1009: IF PG_DEBUG = 'Y' THEN
1010: pa_debug.G_err_stage := 'select from pa_non_labor_resource_orgs';
1011: log_message('log_message: ' || pa_debug.G_err_Stage);
1012: END IF;
1013:
1014: If (G_NlrInfoNlr = X_nlr and G_NlrInfoNlroId = X_nlro_id) Then

Line 1027: pa_non_labor_resource_orgs nlro

1023: INTO
1024: G_nlro_start
1025: , G_nlro_end
1026: FROM
1027: pa_non_labor_resource_orgs nlro
1028: WHERE
1029: nlro.organization_id = X_nlro_id
1030: AND nlro.non_labor_resource = X_nlr;
1031: