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 1046: No, we will use the individual profiles defined for the corresponding bill to sites.

1042:
1043: /* If the profile AR: Use Late Charges Profile is set to Yes, we will use the profiles
1044: and policies defined for the Late charges site. if no profile is defined at this site,
1045: we will use the customer level profile. If the AR: Use Late Charges Profile is set to
1046: No, we will use the individual profiles defined for the corresponding bill to sites.
1047: If no profiles exist, we will use the customer level profile. */
1048:
1049: l_use_late_charge_site := nvl(FND_PROFILE.value('AR_USE_STATEMENTS_AND_DUNNING_SITE_PROFILE'),'N');
1050: