DBA Data[Home] [Help]

APPS.AR_CALC_LATE_CHARGE dependencies on DUAL

Line 112: from dual;

108: BEGIN
109:
110: select ar_interest_headers_s.nextval
111: into l_next_hdr_id
112: from dual;
113:
114: return l_next_hdr_id;
115:
116: END get_next_hdr_id;

Line 1437: No, we will use the individual profiles defined for the corresponding bill to sites.

1433:
1434: /* If the profile AR: Use Late Charges Profile is set to Yes, we will use the profiles
1435: and policies defined for the Late charges site. if no profile is defined at this site,
1436: we will use the customer level profile. If the AR: Use Late Charges Profile is set to
1437: No, we will use the individual profiles defined for the corresponding bill to sites.
1438: If no profiles exist, we will use the customer level profile. */
1439:
1440: l_use_late_charge_site := nvl(FND_PROFILE.value('AR_USE_STATEMENTS_AND_DUNNING_SITE_PROFILE'),'N');
1441: