DBA Data[Home] [Help]

APPS.PATC dependencies on PA_UTILS2

Line 1160: l_pa_date := pa_utils2.get_pa_date( p_ei_date => X_ei_date

1156:
1157: END IF;
1158: /* Added for bug 15953273 */
1159:
1160: l_pa_date := pa_utils2.get_pa_date( p_ei_date => X_ei_date
1161: ,p_gl_date => SYSDATE
1162: ,p_org_id => l_prvdr_org_id);
1163:
1164: IF l_pa_date is null THEN

Line 1917: /*IF pa_utils2.CheckExporg(X_incurred_by_org_id,X_ei_date) = 'N' then

1913:
1914: IF pa_trx_import.g_skip_tc_flag <> 'Y' then /* Added for Bug # 2170237 */
1915:
1916: /* Enhancement request BUG12801896 changes STARTS here */
1917: /*IF pa_utils2.CheckExporg(X_incurred_by_org_id,X_ei_date) = 'N' then
1918:
1919: print_message('Stage:PATC:10.12.011');
1920: return_error( 'PA_EXP_ORG_NOT_ACTIVE');
1921: END IF; */ --commented the condition for BUG12801896

Line 1923: IF (pa_utils2.CheckExporg(X_incurred_by_org_id,X_ei_date) = 'N' AND x_calling_module <> 'PAXPRRPE') THEN

1919: print_message('Stage:PATC:10.12.011');
1920: return_error( 'PA_EXP_ORG_NOT_ACTIVE');
1921: END IF; */ --commented the condition for BUG12801896
1922:
1923: IF (pa_utils2.CheckExporg(X_incurred_by_org_id,X_ei_date) = 'N' AND x_calling_module <> 'PAXPRRPE') THEN
1924: print_message('Stage:PATC:10.12.011');
1925: return_error( 'PA_EXP_ORG_NOT_ACTIVE');
1926: else
1927: print_message('Stage:PATC:10.12.011.01');

Line 1961: IF pa_utils2.CheckExporg(X_org_id,X_ei_date) = 'N' then

1957: END IF;
1958:
1959: IF pa_trx_import.g_skip_tc_flag <> 'Y' then /* Added for Bug # 2170237 */
1960:
1961: IF pa_utils2.CheckExporg(X_org_id,X_ei_date) = 'N' then
1962: print_message('Stage:PATC:10.12.013');
1963: return_error( 'PA_EXP_ORG_NOT_ACTIVE');
1964: END IF;
1965: END IF; /* Added for Bug # 2170237 */