DBA Data[Home] [Help]

APPS.CST_ACCRUAL_REC_PVT dependencies on PO_ACCRUAL_WRITE_OFFS_S

Line 742: select po_accrual_write_offs_s.nextval l_wo_id,

738: l_rows number;
739: l_le_id number;
740: /* Cursor to hold all select miscellaneous transactions*/
741: cursor c_wo(l_ou_id number) is
742: select po_accrual_write_offs_s.nextval l_wo_id,
743: accrual_account_id,
744: transaction_date,
745: amount,
746: entered_amount,

Line 1145: select po_accrual_write_offs_s.nextval l_wo_id,

1141: l_wo_cd date;
1142:
1143: /* Cusor to hold all the PO distributions selected in the AP and PO form*/
1144: cursor c_wo(l_ou_id number) is
1145: select po_accrual_write_offs_s.nextval l_wo_id,
1146: (po_balance + ap_balance + write_off_balance) l_tot_bal,
1147: po_distribution_id,
1148: accrual_account_id,
1149: destination_type_code,

Line 1748: select po_accrual_write_offs_s.nextval l_wo_id,

1744: l_rows number;
1745: l_po_proc number;
1746: /* Cursor to hold all the distributions marked for reversal */
1747: cursor c_wo(l_ou_id number) is
1748: select po_accrual_write_offs_s.nextval l_wo_id,
1749: write_off_id l_rev_id,
1750: accrual_account_id,
1751: offset_account_id,
1752: erv_account_id,