DBA Data[Home] [Help]

APPS.AP_SSE_NOTIFY_EMPLOYEE dependencies on FND_PROFILE

Line 66: fnd_profile.get('SSE_CC_PAYMENT_NOTIFY', l_sse_cc_payment_notify);

62: -- credit card payment notification is set to 'Y'.
63: -----------------------------------------
64: l_debug_info := 'Get SSE_CC_PAYMENT_NOTIFY profile option';
65: -----------------------------------------
66: fnd_profile.get('SSE_CC_PAYMENT_NOTIFY', l_sse_cc_payment_notify);
67:
68: if (nvl(l_sse_cc_payment_notify,'N') = 'Y') then
69:
70: -----------------------------------------