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 1151: select po_accrual_write_offs_s.nextval l_wo_id,

1147: l_wo_cd date;
1148:
1149: /* Cusor to hold all the PO distributions selected in the AP and PO form*/
1150: cursor c_wo(l_ou_id number) is
1151: select po_accrual_write_offs_s.nextval l_wo_id,
1152: (po_balance + ap_balance + write_off_balance) l_tot_bal,
1153: po_distribution_id,
1154: accrual_account_id,
1155: destination_type_code,

Line 1758: select po_accrual_write_offs_s.nextval l_wo_id,

1754: l_rows number;
1755: l_po_proc number;
1756: /* Cursor to hold all the distributions marked for reversal */
1757: cursor c_wo(l_ou_id number) is
1758: select po_accrual_write_offs_s.nextval l_wo_id,
1759: write_off_id l_rev_id,
1760: accrual_account_id,
1761: offset_account_id,
1762: erv_account_id,