DBA Data[Home] [Help]

APPS.PN_VARIABLE_AMOUNT_PKG dependencies on PN_VAR_DEDUCTIONS_ALL

Line 147: FROM pn_var_deductions_all

143: Cursor csr_get_ded (p_line_item_id NUMBER) is
144: SELECT line_item_id,
145: grp_date_id,
146: SUM(deduction_amount) deduction_amt
147: FROM pn_var_deductions_all
148: WHERE line_item_id = p_line_item_id
149: GROUP BY line_item_id,grp_date_id;
150:
151: