DBA Data[Home] [Help]

APPS.JG_ZZ_INVOICE_CREATE dependencies on JL_ZZ_INVOICE_CREATE

Line 105: l_return_code := jl_zz_invoice_create.validate_gdf_inv_api(p_request_id);

101:
102: IF l_product_code IS NULL THEN
103: arp_standard.debug('Product Profile is Empty');
104: ELSIF l_product_code = 'JL' THEN
105: l_return_code := jl_zz_invoice_create.validate_gdf_inv_api(p_request_id);
106: ELSIF l_product_code = 'JA' THEN
107: l_return_code := ja_zz_invoice_create.validate_gdff(p_request_id);
108: ELSIF l_product_code = 'JE' THEN
109: l_return_code := je_zz_invoice_create.validate_gdff(p_request_id);