DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_PKG1 dependencies on PO_DISTRIBUTIONS_ALL

Line 116: l_tax_attribute_update_code PO_DISTRIBUTIONS_ALL.tax_attribute_update_code%type; --

112:
113:
114: CURSOR C2 IS SELECT po_distributions_s.nextval FROM sys.dual;
115:
116: l_tax_attribute_update_code PO_DISTRIBUTIONS_ALL.tax_attribute_update_code%type; --
117:
118: BEGIN
119: if (X_Po_Distribution_Id is NULL) then
120: OPEN C2;

Line 433: l_tax_attribute_update_code PO_DISTRIBUTIONS_ALL.tax_attribute_update_code%type; --

429: X_distribution_type IN VARCHAR2 default null, --
430: X_amount_to_encumber IN NUMBER default null --
431: ) IS
432:
433: l_tax_attribute_update_code PO_DISTRIBUTIONS_ALL.tax_attribute_update_code%type; --
434:
435: BEGIN
436:
437: