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 2796: fnd_profile.get('UNIQUE:SEQ_NUMBERS', unique_seq_numbers);

2792: END create_line_cm;
2793:
2794: BEGIN
2795: /*Bug3041195: Need to get profile value only once */
2796: fnd_profile.get('UNIQUE:SEQ_NUMBERS', unique_seq_numbers);
2797: END arw_cm_cover;