DBA Data[Home] [Help]

APPS.PA_COST_RATE_PUB dependencies on PA_MOAC_UTILS

Line 90: l_curr_org_id := pa_moac_utils.get_current_org_id; /* Added for bug 7365397 */

86: if ( l_debug_mode = 'Y' )
87: then
88: pa_cc_utils.log_message(l_stage);
89: end if;
90: l_curr_org_id := pa_moac_utils.get_current_org_id; /* Added for bug 7365397 */
91:
92: /*===================================================================+
93: | If the calling module is 'REQUIREMENT' - both job id and |
94: | organization id should be provided. |