DBA Data[Home] [Help]

APPS.IBY_ASSIGN_PUB dependencies on IBY_BUILD_UTILS_PKG

Line 1127: l_profiles_tab IBY_BUILD_UTILS_PKG.pmtProfTabType;

1123: l_module_name CONSTANT VARCHAR2(200) := G_PKG_NAME ||
1124: '.getProfileFromProfileDrivers';
1125:
1126: l_profile_id NUMBER;
1127: l_profiles_tab IBY_BUILD_UTILS_PKG.pmtProfTabType;
1128:
1129: BEGIN
1130:
1131: print_debuginfo(l_module_name, 'ENTER');

Line 1151: IBY_BUILD_UTILS_PKG.getProfListFromProfileDrivers(

1147: /*
1148: * Get the list of all payment profiles that
1149: * match the given list of profile drivers.
1150: */
1151: IBY_BUILD_UTILS_PKG.getProfListFromProfileDrivers(
1152: p_pmt_method_cd,
1153: p_org_id,
1154: p_org_type,
1155: p_pmt_currency,

Line 1762: IBY_BUILD_UTILS_PKG.printXMLClob(l_xml_clob);

1758:
1759: print_debuginfo(l_module_name, 'Going to raise biz event '
1760: || l_event_name);
1761:
1762: IBY_BUILD_UTILS_PKG.printXMLClob(l_xml_clob);
1763:
1764: l_param_names.EXTEND;
1765: l_param_vals.EXTEND;
1766: l_param_names(1) := 'calling_app_id';

Line 2016: iby_build_utils_pkg.print_debuginfo(p_module, p_debug_text,

2012: /*
2013: * Write the debug message to the concurrent manager log file.
2014: */
2015: IF (l_default_debug_level >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2016: iby_build_utils_pkg.print_debuginfo(p_module, p_debug_text,
2017: p_debug_level);
2018: END IF;
2019:
2020: END print_debuginfo;