DBA Data[Home] [Help]

APPS.CST_REVENUECOGSMATCH_PVT dependencies on MO_GLOBAL

Line 5291: l_operating_unit := mo_global.get_current_org_id;

5287: l_offset := 1;
5288: l_return_status := fnd_api.g_ret_sts_success;
5289: l_msg_count := 0;
5290: if(p_cost_method = 1) then
5291: l_operating_unit := mo_global.get_current_org_id;
5292: else
5293: l_operating_unit := -1; /* Operating Unit not used in PAC */
5294: end if; /* p_cost_method = 1 */
5295: