DBA Data[Home] [Help]

APPS.CST_EAMCOST_PUB dependencies on RCV_SEEDEVENTS_PVT

Line 152: (p IN RCV_SeedEvents_PVT.rcv_event_rec_type,

148: END Get_Transaction_Quantity;
149:
150:
151: PROCEDURE display_rcv_rev_type
152: (p IN RCV_SeedEvents_PVT.rcv_event_rec_type,
153: l OUT NOCOPY VARCHAR2)
154: IS
155: BEGIN
156: l := SUBSTRB(

Line 11065: l_rcv_event rcv_seedevents_pvt.rcv_event_rec_type;

11061: l_precision_doc NUMBER;
11062: l_precision_func NUMBER;
11063: l_chart_of_accounts_id NUMBER;
11064: l_po_encumbrance_amount NUMBER;
11065: l_rcv_event rcv_seedevents_pvt.rcv_event_rec_type;
11066:
11067: BEGIN
11068: debug('Get_Encumbrance_Data +');
11069: debug(' p_receiving_transaction_id: '||p_receiving_transaction_id );

Line 11186: RCV_SeedEvents_PVT.Check_EncumbranceFlag(

11182:
11183: l_stmt_num := 40;
11184: debug(l_stmt_num);
11185:
11186: RCV_SeedEvents_PVT.Check_EncumbranceFlag(
11187: p_api_version => 1.0,
11188: x_return_status => x_return_status,
11189: x_msg_count => x_msg_count,
11190: x_msg_data => x_msg_data,

Line 11209: RCV_SeedEvents_PVT.Seed_RAEEvent(

11205: By calling Seed_RAEEvent we are only getting recirds structure with necessary values
11206: such as Qty,Price ,currency_conversion_rate.At any point of time we are not inserting any events
11207: in rcv_accounting_events or any other events table
11208: *****************************************************/
11209: RCV_SeedEvents_PVT.Seed_RAEEvent(
11210: p_api_version => 1.0,
11211: x_return_status => x_return_status,
11212: x_msg_count => x_msg_count,
11213: x_msg_data => x_msg_data,

Line 11215: p_event_type_id => RCV_SeedEvents_PVT.ENCUMBRANCE_REVERSAL,

11211: x_return_status => x_return_status,
11212: x_msg_count => x_msg_count,
11213: x_msg_data => x_msg_data,
11214: p_event_source => 'RECEIVING',
11215: p_event_type_id => RCV_SeedEvents_PVT.ENCUMBRANCE_REVERSAL,
11216: p_rcv_transaction_id => p_receiving_transaction_id,-- parmeter p_rcv_transaction_id
11217: p_inv_distribution_id => NULL,
11218: p_po_distribution_id => l_po_distribution_id,
11219: p_direct_delivery_flag => l_direct_delivery_flag ,-- parameter p_direct_delivery_flag