DBA Data[Home] [Help]

APPS.ARW_CM_COVER dependencies on FND_PROFILE

Line 18: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');

14:
15:
16: /* bug 2527439 : patterned after get_doc_seq from ARXPRELB.pls */
17:
18: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
19:
20: /*Bug3041195*/
21: unique_seq_numbers VARCHAR2(1) ;
22:

Line 2778: fnd_profile.get('UNIQUE:SEQ_NUMBERS', unique_seq_numbers);

2774: END create_line_cm;
2775:
2776: BEGIN
2777: /*Bug3041195: Need to get profile value only once */
2778: fnd_profile.get('UNIQUE:SEQ_NUMBERS', unique_seq_numbers);
2779: END arw_cm_cover;