DBA Data[Home] [Help]

APPS.WIP_CPLPROC_PRIV dependencies on WIP_REPETITIVE_UTILITIES

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

655: program_update_date = sysdate
656: where rowid = chartorowid(l_schedRecTbl.wrsRowID(i));
657:
658: if(l_status = wip_constants.comp_chrg) then
659: wip_repetitive_utilities.roll_forward_cover(p_closed_sched_id => l_schedRecTbl.schedID(i),
660: p_rollfwd_sched_id => null, --doesn't seem to be in use
661: p_rollfwd_type => wip_constants.roll_complete,
662: p_org_id => p_cplRec.orgID,
663: p_update_status => wip_constants.yes,

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

785: end if;
786: end if;
787:
788: if(p_cplRec.wipEntityType = wip_constants.repetitive) then
789: wip_repetitive_utilities.get_first_last_sched(p_wip_entity_id => p_cplRec.wipEntityID,
790: p_org_id => p_cplRec.orgID,
791: p_line_id => p_cplRec.repLineID,
792: x_first_sched_id => l_firstSchedID,
793: x_last_sched_id => l_lastSchedID,

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

794: x_error_mesg => l_errMsg);
795: if(l_errMsg <> null) then
796: fnd_msg_pub.add; --assume prev fn used the fnd_message pkg
797: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
798: l_errMsg := 'wip_repetitive_utilities.get_first_last_sched: ' || l_errMsg;
799: raise fnd_api.g_exc_unexpected_error;
800: end if;
801: end if;
802: