DBA Data[Home] [Help]

APPS.AP_AUTO_DM_CREATION_PKG dependencies on FND_PROFILE

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

375: --value of invoice batch control flag from profile options instead
376: --of payables options.
377: BEGIN
378:
379: FND_PROFILE.GET('AP_USE_INV_BATCH_CONTROLS',l_batch_control_flag);
380:
381: EXCEPTION WHEN OTHERS THEN
382: l_batch_control_flag := 'N';
383: END ;

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

1431: END IF;
1432:
1433:
1434: -- check if sequential numbering is on
1435: fnd_profile.get('UNIQUE:SEQ_NUMBERS',l_seq_num_profile);
1436:
1437: If (l_seq_num_profile IN ('P','A')) Then
1438: -- check if a sequence is assigned to DBM INV category
1439: debug_info := 'checking sequence for DBM INV';