DBA Data[Home] [Help]

APPS.JG_ZZ_INVOICE_CREATE dependencies on FND_PROFILE

Line 100: l_product_code := FND_PROFILE.VALUE('JGZZ_PRODUCT_CODE');

96:
97: BEGIN
98: arp_standard.debug('jg_zz_invoice_create.validate_gdff()+');
99:
100: l_product_code := FND_PROFILE.VALUE('JGZZ_PRODUCT_CODE');
101:
102: IF l_product_code IS NULL THEN
103: arp_standard.debug('Product Profile is Empty');
104: ELSIF l_product_code = 'JL' THEN