DBA Data[Home] [Help]

APPS.CST_APPOACCRUALREPORT_PVT dependencies on FND_PROFILE

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

116:
117: DBMS_LOB.createtemporary(l_xml_doc, TRUE);
118:
119: /*Bug 7000786 - This fix ensures that XML data generated here uses the right encoding*/
120: l_encoding := fnd_profile.value('ICX_CLIENT_IANA_ENCODING');
121: l_xml_header := '';
122: DBMS_LOB.writeappend (l_xml_doc, length(l_xml_header), l_xml_header);
123:
124: DBMS_LOB.writeappend (l_xml_doc, 8, '');

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

400: l_stmt_num := 10;
401:
402: -- Get the proile value to determine the aging basis
403:
404: fnd_profile.get('CST_ACCRUAL_AGE_IN_DAYS', l_age_option);
405:
406: -- select the operating unit for which the program is launched.
407:
408: l_stmt_num := 20;

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

697: AND id_flex_num = gl.chart_of_accounts_id;
698:
699: -- get the proile value to determine the aging basis
700:
701: fnd_profile.get('CST_ACCRUAL_AGE_IN_DAYS', l_age_option);
702:
703: -- to check if the value of agings is not null or zero
704:
705: l_stmt_num := 50;