DBA Data[Home] [Help]

APPS.JG_ZZ_OM_COMMON_PKG dependencies on OE_DEBUG_PUB

Line 55: OE_DEBUG_PUB.ADD('JG pkg Country Code is ' || l_country_code);

51: --l_country_code := fnd_profile.value('JGZZ_COUNTRY_CODE');
52: --
53: l_country_code := SUBSTR(p_interface_line_rec.line_gdf_attr_category,4,2);
54: --
55: OE_DEBUG_PUB.ADD('JG pkg Country Code is ' || l_country_code);
56:
57: IF NVL(l_country_code,'$') IN ('BR','AR','CO') THEN
58:
59: IF (PG_DEBUG > 0) THEN

Line 60: OE_DEBUG_PUB.ADD('JG pkg calling JL Pkg ');

56:
57: IF NVL(l_country_code,'$') IN ('BR','AR','CO') THEN
58:
59: IF (PG_DEBUG > 0) THEN
60: OE_DEBUG_PUB.ADD('JG pkg calling JL Pkg ');
61: END IF;
62: JL_ZZ_RECEIV_INTERFACE.copy_gdff (p_interface_line_rec,
63: x_interface_line_rec,
64: x_return_code,

Line 72: OE_DEBUG_PUB.ADD('JG-Exception when others');

68:
69: EXCEPTION
70: WHEN OTHERS THEN
71: IF (PG_DEBUG > 0) THEN
72: OE_DEBUG_PUB.ADD('JG-Exception when others');
73: END IF;
74: x_error_buffer := SQLERRM;
75: x_return_code := 2;
76:

Line 178: OE_DEBUG_PUB.ADD('JG pkg Country Code is ' || l_country_code);

174: --
175: l_country_code := SUBSTR(x_interface_line_rec.line_gdf_attr_category,4,2);
176: --
177: IF (PG_DEBUG > 0) THEN
178: OE_DEBUG_PUB.ADD('JG pkg Country Code is ' || l_country_code);
179: END IF;
180:
181: IF NVL(l_country_code,'$') IN ('BR','AR','CO') THEN
182:

Line 184: OE_DEBUG_PUB.ADD('JG pkg calling JL Pkg ');

180:
181: IF NVL(l_country_code,'$') IN ('BR','AR','CO') THEN
182:
183: IF (PG_DEBUG > 0) THEN
184: OE_DEBUG_PUB.ADD('JG pkg calling JL Pkg ');
185: END IF;
186: JL_ZZ_RECEIV_INTERFACE.copy_gdf (x_interface_line_rec,
187: x_return_code,
188: x_error_buffer);

Line 195: OE_DEBUG_PUB.ADD('JG-Exception when others');

191:
192: EXCEPTION
193: WHEN OTHERS THEN
194: IF (PG_DEBUG > 0) THEN
195: OE_DEBUG_PUB.ADD('JG-Exception when others');
196: END IF;
197: x_error_buffer := SQLERRM;
198: x_return_code := 2;
199: