DBA Data[Home] [Help]

APPS.AP_PMT_VALIDATIONS_PKG dependencies on FND_PROFILE

Line 291: fnd_profile.get('UNIQUE:SEQ_NUMBERS',l_seq_num_profile);

287: END IF;
288:
289: --===== VALIDATION-G = Assign Sequences =====--
290: l_err_count:= 0;
291: fnd_profile.get('UNIQUE:SEQ_NUMBERS',l_seq_num_profile);
292: IBY_VALIDATIONSETS_CALLS_PUB.print_debuginfo(l_module_name,' Sequence number profile : '||l_seq_num_profile);
293:
294: IF ( l_seq_num_profile IN ('A', 'P') ) THEN
295: OPEN check_sequences;

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

328: */
329:
330: /* This validation is unnecessary after the error handling changes
331: for procedures registered in ap_product_registrations
332: fnd_profile.get('SSE_CC_PAYMENT_NOTIFY', l_sse_cc_payment_notify);
333: IBY_VALIDATIONSETS_CALLS_PUB.print_debuginfo(l_module_name,'SSE_CC_PAYMENT_NOTIFY'
334: || l_sse_cc_payment_notify);
335: IF (nvl(l_sse_cc_payment_notify,'N') = 'Y') then
336: