DBA Data[Home] [Help]

APPS.JG_ZZ_OM_COMMON_PKG dependencies on JL_ZZ_RECEIV_INTERFACE

Line 62: JL_ZZ_RECEIV_INTERFACE.copy_gdff (p_interface_line_rec,

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,
65: x_error_buffer);
66:

Line 125: JL_ZZ_RECEIV_INTERFACE.default_gdff (p_line_rec,

121: --l_country_code := FND_PROFILE.VALUE('JGZZ_COUNTRY_CODE');
122: l_country_code := JG_ZZ_SHARED_PKG.GET_COUNTRY(l_org_id, null);
123:
124: IF NVL(l_country_code,'$') IN ('BR','AR','CO') THEN
125: JL_ZZ_RECEIV_INTERFACE.default_gdff (p_line_rec,
126: x_line_rec,
127: x_return_code,
128: x_error_buffer,
129: l_org_id); --Bug fix 2354736);

Line 186: JL_ZZ_RECEIV_INTERFACE.copy_gdf (x_interface_line_rec,

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);
189:
190: END IF;

Line 243: JL_ZZ_RECEIV_INTERFACE.default_gdf (x_line_rec,

239: --l_country_code := FND_PROFILE.VALUE('JGZZ_COUNTRY_CODE');
240: l_country_code := JG_ZZ_SHARED_PKG.GET_COUNTRY(l_org_id, null);
241:
242: IF NVL(l_country_code,'$') IN ('BR','AR','CO') THEN
243: JL_ZZ_RECEIV_INTERFACE.default_gdf (x_line_rec,
244: x_return_code,
245: x_error_buffer,
246: l_org_id); --Bug fix 2354736
247: