DBA Data[Home] [Help]

APPS.CST_MISCACCRUALREPORT_PVT dependencies on FND_PROFILE

Line 80: l_encoding := fnd_profile.value('ICX_CLIENT_IANA_ENCODING');

76: -- Initialze variables for storing XML Data
77:
78: DBMS_LOB.createtemporary(l_xml_doc, TRUE);
79: /*Bug 7305146*/
80: l_encoding := fnd_profile.value('ICX_CLIENT_IANA_ENCODING');
81: l_xml_header := '';
82: DBMS_LOB.writeappend (l_xml_doc, length(l_xml_header), l_xml_header);
83:
84: DBMS_LOB.writeappend (l_xml_doc, 8, '');

Line 422: fnd_profile.get('CST_ACCRUAL_AGE_IN_DAYS', l_age_option);

418: l_stmt_num := 10;
419:
420: -- Get the proile value to determine the aging basis
421:
422: fnd_profile.get('CST_ACCRUAL_AGE_IN_DAYS', l_age_option);
423:
424:
425: -- select the operating unit for which the program is launched.
426:

Line 668: fnd_profile.get('CST_ACCRUAL_AGE_IN_DAYS', l_age_option);

664: l_stmt_num := 5;
665:
666: -- Get the proile value to determine the aging basis
667:
668: fnd_profile.get('CST_ACCRUAL_AGE_IN_DAYS', l_age_option);
669:
670: -- select the operating unit for which the program is launched.
671:
672: l_stmt_num := 10;