DBA Data[Home] [Help]

APPS.RCV_CREATEACCOUNTING_PVT dependencies on RCV_ACCOUNTING_EVENTS

Line 341: FROM RCV_ACCOUNTING_EVENTS RAE,

337: l_stmt_num := 20;
338:
339: SELECT user_conversion_type
340: INTO L_USER_CURR_CONV_TYPE
341: FROM RCV_ACCOUNTING_EVENTS RAE,
342: gl_daily_conversion_types GLCT
343: WHERE RAE.CURRENCY_CONVERSION_TYPE = GLCT.conversion_type
344: AND RAE.ACCOUNTING_EVENT_ID = p_rcv_ae_line.accounting_event_id;
345: EXCEPTION

Line 1034: -- that has been seeded in RCV_ACCOUNTING_EVENTS and passed to

1030: -- API Name : Create_AccountingEntry
1031: -- Type : Private
1032: -- Function : This API, called by the API's that seed accounting events, is
1033: -- responsible for creating accounting entries for the event
1034: -- that has been seeded in RCV_ACCOUNTING_EVENTS and passed to
1035: -- it. The API creates entries in the subledger,
1036: -- RCV_RECEIVING_SUB_LEDGER and also creates lines in GL_INTERFACE.
1037: -- Parameters :
1038: -- IN : p_accounting_event_id : Accounting_Event_ID of the Event

Line 1039: -- in RCV_ACCOUNTING_EVENTS for which

1035: -- it. The API creates entries in the subledger,
1036: -- RCV_RECEIVING_SUB_LEDGER and also creates lines in GL_INTERFACE.
1037: -- Parameters :
1038: -- IN : p_accounting_event_id : Accounting_Event_ID of the Event
1039: -- in RCV_ACCOUNTING_EVENTS for which
1040: -- entries are to be created in RRS and
1041: -- GL_INTERFACE
1042: --
1043: --

Line 1163: -- Get Information from RCV_ACCOUNTING_EVENTS and populate l_rcv_ae_line

1159:
1160: x_return_status := FND_API.G_RET_STS_SUCCESS;
1161:
1162:
1163: -- Get Information from RCV_ACCOUNTING_EVENTS and populate l_rcv_ae_line
1164: BEGIN
1165: l_stmt_num := 30;
1166: SELECT
1167: ACCOUNTING_EVENT_ID,

Line 1251: RCV_ACCOUNTING_EVENTS

1247: L_RCV_AE_LINE.PROGRAM_APPLICATION_ID,
1248: L_RCV_AE_LINE.PROGRAM_ID,
1249: l_primary_qty
1250: FROM
1251: RCV_ACCOUNTING_EVENTS
1252: WHERE
1253: ACCOUNTING_EVENT_ID = p_accounting_event_id;
1254: EXCEPTION
1255: WHEN NO_DATA_FOUND THEN