DBA Data[Home] [Help]

APPS.PN_VAREN_PVT dependencies on PN_LOCATIONS_ALL

Line 9251: l_location_code pn_locations_all.location_code%TYPE;

9247: l_rent_num pn_var_rents_all.rent_num%TYPE;
9248: l_prorationdays pn_var_rents_all.proration_days%TYPE := NULL;
9249: l_payment_purpose_meaning fnd_lookups.meaning%TYPE;
9250: l_payment_purpose_lkp_code fnd_lookups.lookup_code%TYPE;
9251: l_location_code pn_locations_all.location_code%TYPE;
9252: l_rent_type_meaning fnd_lookups.meaning%TYPE;
9253: l_rent_type_lkp_code fnd_lookups.lookup_code%TYPE;
9254: l_abstracted_by_user fnd_user.user_name%TYPE;
9255: l_user_id fnd_user.user_id%TYPE;

Line 9269: l_location_id pn_locations_all.location_id%TYPE;

9265: l_proration_rule_code fnd_lookups.lookup_code%TYPE;
9266: --
9267: l_var_rent_date_id pn_var_rent_dates_all.var_rent_date_id%TYPE;
9268: --
9269: l_location_id pn_locations_all.location_id%TYPE;
9270: -- l_location_code pn_locations_all.location_code%type;
9271: l_lease_commencement_date pn_lease_details_all.lease_commencement_date%TYPE;
9272: l_lease_termination_date pn_lease_details_all.lease_termination_date%TYPE;
9273: --

Line 9270: -- l_location_code pn_locations_all.location_code%type;

9266: --
9267: l_var_rent_date_id pn_var_rent_dates_all.var_rent_date_id%TYPE;
9268: --
9269: l_location_id pn_locations_all.location_id%TYPE;
9270: -- l_location_code pn_locations_all.location_code%type;
9271: l_lease_commencement_date pn_lease_details_all.lease_commencement_date%TYPE;
9272: l_lease_termination_date pn_lease_details_all.lease_termination_date%TYPE;
9273: --
9274: -- l_rowid VARCHAR2( 18 ) := NULL;