DBA Data[Home] [Help]

APPS.PNRX_C_RENT_INCREASE_SUMMARY dependencies on FND_DATE

Line 125: p_assess_date_from => fnd_date.canonical_to_date(argument5),

121: p_lease_number_low => argument1,
122: p_lease_number_high => argument2,
123: p_ri_number_low => argument3,
124: p_ri_number_high => argument4,
125: p_assess_date_from => fnd_date.canonical_to_date(argument5),
126: p_assess_date_to => fnd_date.canonical_to_date(argument6),
127: p_location_id => to_number(argument7),
128: p_lease_class => argument8,
129: p_property_id => to_number(argument9),

Line 126: p_assess_date_to => fnd_date.canonical_to_date(argument6),

122: p_lease_number_high => argument2,
123: p_ri_number_low => argument3,
124: p_ri_number_high => argument4,
125: p_assess_date_from => fnd_date.canonical_to_date(argument5),
126: p_assess_date_to => fnd_date.canonical_to_date(argument6),
127: p_location_id => to_number(argument7),
128: p_lease_class => argument8,
129: p_property_id => to_number(argument9),
130: p_building_id => to_number(argument10),