DBA Data[Home] [Help]

APPS.OKC_STATUS_CHANGE_PVT dependencies on FND_DATE

Line 3929: l_last_rundate := nvl(fnd_date.canonical_to_date(p_last_rundate), to_date('01011901','ddmmyyyy')) - 3; -- a three day grace period.

3925: v_active_m := 'Signed';
3926: end if;
3927: close sts;
3928:
3929: l_last_rundate := nvl(fnd_date.canonical_to_date(p_last_rundate), to_date('01011901','ddmmyyyy')) - 3; -- a three day grace period.
3930:
3931: -- from active hold signed to terminated
3932:
3933: /*MODIFIED FOR THE BUG6475371*/