DBA Data[Home] [Help]

APPS.JL_BR_AP_PAY_SCHED_GDF_PKG dependencies on JL_BR_WORKDAY_CALENDAR

Line 45: jl_br_workday_calendar.jl_br_check_date(to_char(p_date,'DD-MM-YYYY'),l_calendar,

41: if l_change_date is NOT NULL then
42: ------------------------------------------------------------
43: -- Get the new date.
44: ------------------------------------------------------------
45: jl_br_workday_calendar.jl_br_check_date(to_char(p_date,'DD-MM-YYYY'),l_calendar,
46: p_city,l_payment_action,returned_date,p_status);
47: if p_status = 0 then /* procedure successfull */
48: -----------------------------------------------------------
49: -- Return the new date.

Line 371: jl_br_workday_calendar.jl_br_check_date(to_char(p_date,'DD-MM-YYYY'),l_calendar,

367: ------------------------------------------------------------
368: -- Get the new date.
369: ------------------------------------------------------------
370: -- Bug 2319552 : BDC - State Lov : Start ------
371: jl_br_workday_calendar.jl_br_check_date(to_char(p_date,'DD-MM-YYYY'),l_calendar,
372: p_city,l_payment_action,returned_date,p_status, p_state);
373: if p_status = 0 then /* procedure successfull */
374: -----------------------------------------------------------
375: -- Return the new date.