DBA Data[Home] [Help]

APPS.EAM_WO_CHANGE_STATUS_PVT dependencies on WIP_CHANGE_STATUS

Line 418: which is closed now.If it is, dont call WIP_CHANGE_STATUS.Release as

414: --Added for bug 12836690
415: IF l_current_status IN (6,7) THEN
416: BEGIN
417: /*Check if the workorder was previously released in an accounting peroid
418: which is closed now.If it is, dont call WIP_CHANGE_STATUS.Release as
419: INSERT_PEROID_BALANCES throws an exception in such case*/
420: select 1
421: into g_dummy
422: from org_acct_periods

Line 428: WIP_CHANGE_STATUS.Release(

424: and trunc(p_date_released)
425: between period_start_date and schedule_close_date
426: and period_close_date is NULL;
427:
428: WIP_CHANGE_STATUS.Release(
429: l_wip_entity_id,
430: l_organization_id,
431: NULL,
432: NULL,

Line 444: WIP_CHANGE_STATUS.Release(

440: WHEN NO_DATA_FOUND THEN
441: NULL;
442: END;
443: ELSE
444: WIP_CHANGE_STATUS.Release(
445: l_wip_entity_id,
446: l_organization_id,
447: NULL,
448: NULL,

Line 477: WIP_CHANGE_STATUS.Release(

473: ELSE
474: l_date_released_calc := sysdate;
475: END IF;
476:
477: WIP_CHANGE_STATUS.Release(
478: l_wip_entity_id,
479: l_organization_id,
480: NULL,
481: NULL,