DBA Data[Home] [Help]

APPS.AP_CUSTOM_INT_INV_PKG dependencies on FND_PROFILE

Line 48: FND_PROFILE.GET('JGZZ_COUNTRY_CODE', l_country_code);

44:
45:
46: BEGIN
47:
48: FND_PROFILE.GET('JGZZ_COUNTRY_CODE', l_country_code);
49:
50: -- bug 4995343.Added a code hook to call Federal
51: -- package for interest calculation
52:

Line 100: FND_PROFILE.GET('JLBR_CALENDAR',l_calendar);

96: l_interest_grace_days := nvl(l_interest_grace_days,0);
97: l_penalty_rate_amount := nvl(l_penalty_rate_amount,0);
98:
99: -- Get the Calendar
100: FND_PROFILE.GET('JLBR_CALENDAR',l_calendar);
101: --
102: -- Get the payment_location profile, vendor_site_id for getting CITY
103: --
104: -- Get payment_location

Line 105: FND_PROFILE.GET('JLBR_PAYMENT_LOCATION',l_payment_location);

101: --
102: -- Get the payment_location profile, vendor_site_id for getting CITY
103: --
104: -- Get payment_location
105: FND_PROFILE.GET('JLBR_PAYMENT_LOCATION',l_payment_location);
106:
107: -- Get vendor_site_id from ap_invoices
108: SELECT vendor_site_id
109: INTO l_vendor_site_id

Line 130: FND_PROFILE.GET('JLBR_PAYMENT_ACTION',l_payment_action);

126:
127: END IF;
128:
129: -- Get the payment_action
130: FND_PROFILE.GET('JLBR_PAYMENT_ACTION',l_payment_action);
131:
132: l_interest_amount := 0;
133: l_days_late := 0;
134: