DBA Data[Home] [Help]

APPS.WIP_CPLPROC_PRIV dependencies on WIP_REPETITIVE_UTILITIES

Line 684: wip_repetitive_utilities.roll_forward_cover(p_closed_sched_id => l_schedRecTbl.schedID(i),

680: program_update_date = sysdate
681: where rowid = chartorowid(l_schedRecTbl.wrsRowID(i));
682:
683: if(l_status = wip_constants.comp_chrg) then
684: wip_repetitive_utilities.roll_forward_cover(p_closed_sched_id => l_schedRecTbl.schedID(i),
685: p_rollfwd_sched_id => null, --doesn't seem to be in use
686: p_rollfwd_type => wip_constants.roll_complete,
687: p_org_id => p_cplRec.orgID,
688: p_update_status => wip_constants.yes,

Line 815: wip_repetitive_utilities.get_first_last_sched(p_wip_entity_id => p_cplRec.wipEntityID,

811: end if;
812: end if;
813:
814: if(p_cplRec.wipEntityType = wip_constants.repetitive) then
815: wip_repetitive_utilities.get_first_last_sched(p_wip_entity_id => p_cplRec.wipEntityID,
816: p_org_id => p_cplRec.orgID,
817: p_line_id => p_cplRec.repLineID,
818: x_first_sched_id => l_firstSchedID,
819: x_last_sched_id => l_lastSchedID,

Line 824: l_errMsg := 'wip_repetitive_utilities.get_first_last_sched: ' || l_errMsg;

820: x_error_mesg => l_errMsg);
821: if(l_errMsg <> null) then
822: fnd_msg_pub.add; --assume prev fn used the fnd_message pkg
823: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
824: l_errMsg := 'wip_repetitive_utilities.get_first_last_sched: ' || l_errMsg;
825: raise fnd_api.g_exc_unexpected_error;
826: end if;
827: end if;
828: