DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on RCV_PARAMETERS

Line 7243: from rcv_parameters

7239: l_stmt_num := 10;
7240:
7241: select nvl(retroprice_adj_account_id,-1)
7242: into l_acct_rec.account
7243: from rcv_parameters
7244: where organization_id = i_ae_txn_rec.organization_id;
7245:
7246: if (i_ae_txn_rec.primary_quantity < 0) then
7247: l_dr_flag := "FALSE";

Line 8627: FROM rcv_parameters RCV , wip_transactions WT

8623: /* Accounting line type for credit will be Receiving Inspection */
8624:
8625: SELECT RCV.receiving_account_id
8626: INTO l_ae_line_rec.account
8627: FROM rcv_parameters RCV , wip_transactions WT
8628: WHERE WT.transaction_id = i_ae_txn_rec.transaction_id
8629: AND WT.organization_id = RCV.organization_id;
8630:
8631: /* Call Insert Account.