DBA Data[Home] [Help]

APPS.OKS_COVERAGES_PVT dependencies on OKC_TIME_UTIL_PUB

Line 1207: l_start_date:=OKC_Time_Util_Pub.get_enddate

1203: IF oks_bp_rec.offset_duration IS NOT NULL
1204: AND oks_bp_rec.offset_period IS NOT NULL
1205: THEN
1206:
1207: l_start_date:=OKC_Time_Util_Pub.get_enddate
1208: (P_ac_Rec_In.Start_date,
1209: oks_bp_rec.offset_period,
1210: oks_bp_rec.offset_Duration);
1211:

Line 3557: l_start_date:=OKC_Time_Util_Pub.get_enddate

3553: IF l_bp_offset_period IS NOT NULL
3554: AND l_bp_offset_duration IS NOT NULL
3555: THEN
3556:
3557: l_start_date:=OKC_Time_Util_Pub.get_enddate
3558: (P_New_Start_date,
3559: l_bp_offset_period,
3560: l_bp_offset_duration);
3561:

Line 3584: l_start_date:=OKC_Time_Util_Pub.get_enddate

3580:
3581:
3582: -- Calculate Line Start Date for Business Process
3583: /*
3584: l_start_date:=OKC_Time_Util_Pub.get_enddate
3585: (P_New_Start_date,
3586: l_bp_offset_period,
3587: l_bp_offset_duration);
3588: