DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on RCV_PARAMETERS

Line 6869: from rcv_parameters

6865: l_stmt_num := 10;
6866:
6867: select nvl(retroprice_adj_account_id,-1)
6868: into l_acct_rec.account
6869: from rcv_parameters
6870: where organization_id = i_ae_txn_rec.organization_id;
6871:
6872: if (i_ae_txn_rec.primary_quantity < 0) then
6873: l_dr_flag := "FALSE";

Line 8241: FROM rcv_parameters RCV , wip_transactions WT

8237: /* Accounting line type for credit will be Receiving Inspection */
8238:
8239: SELECT RCV.receiving_account_id
8240: INTO l_ae_line_rec.account
8241: FROM rcv_parameters RCV , wip_transactions WT
8242: WHERE WT.transaction_id = i_ae_txn_rec.transaction_id
8243: AND WT.organization_id = RCV.organization_id;
8244:
8245: /* Call Insert Account.