DBA Data[Home] [Help]

APPS.CST_REVENUECOGSMATCH_PVT dependencies on MO_GLOBAL

Line 5410: l_operating_unit := mo_global.get_current_org_id;

5406: l_offset := 1;
5407: l_return_status := fnd_api.g_ret_sts_success;
5408: l_msg_count := 0;
5409: if(p_cost_method = 1) then
5410: l_operating_unit := mo_global.get_current_org_id;
5411: else
5412: l_operating_unit := -1; /* Operating Unit not used in PAC */
5413: end if; /* p_cost_method = 1 */
5414: