DBA Data[Home] [Help]

APPS.AP_AUTO_DM_CREATION_PKG dependencies on FND_PROFILE

Line 386: FND_PROFILE.GET('AP_USE_INV_BATCH_CONTROLS',l_batch_control_flag);

382: --value of invoice batch control flag from profile options instead
383: --of payables options.
384: BEGIN
385:
386: FND_PROFILE.GET('AP_USE_INV_BATCH_CONTROLS',l_batch_control_flag);
387:
388: EXCEPTION WHEN OTHERS THEN
389: l_batch_control_flag := 'N';
390: END ;

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

1506: END IF;
1507:
1508:
1509: -- check if sequential numbering is on
1510: fnd_profile.get('UNIQUE:SEQ_NUMBERS',l_seq_num_profile);
1511:
1512: If (l_seq_num_profile IN ('P','A')) Then
1513: -- check if a sequence is assigned to DBM INV category
1514: debug_info := 'checking sequence for DBM INV';