DBA Data[Home] [Help]

APPS.PN_OPEX_TERMS_PKG dependencies on PN_R12_UTIL_PKG

Line 203: IF pn_r12_util_pkg.is_r12 THEN

199: template_rec.distribution_set_id := NULL;
200: template_rec.po_header_id := NULL;
201: END IF;
202:
203: IF pn_r12_util_pkg.is_r12 THEN
204: template_rec.tax_group_id := null;
205: template_rec.tax_code_id := null;
206: ELSE
207: template_rec.tax_classification_code := null;

Line 800: IF pn_r12_util_pkg.is_r12 THEN

796: template_rec.distribution_set_id := NULL;
797: template_rec.po_header_id := NULL;
798: END IF;
799:
800: IF pn_r12_util_pkg.is_r12 THEN
801: template_rec.tax_group_id := null;
802: template_rec.tax_code_id := null;
803: ELSE
804: template_rec.tax_classification_code := null;