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; --
118: BEGIN
119: if (X_Po_Distribution_Id is NULL) then
120: OPEN C2;
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; --
435: BEGIN
436:
437: