DBA Data[Home] [Help]

APPS.IBE_WORKFLOW_PVT dependencies on IBY_EXTN_INSTR_DETAILS_V

Line 122: | 23-AUG-2010 amaheshw 10016159 Replace IBY_TRXN_EXTENSIONS_V with IBY_EXTN_INSTR_DETAILS_VREM

118: | 26/Jun/09 scnagara 8337371 - For NotifyReturnOrderStatus, passed the return order minisite id to
119: | IBE_WF_MSG_MAPPING_PVT.Retrieve_Msg_Mapping
120: | 1/Jul/09 scnagara 7720550 - For NotifyReturnOrderStatus and Notify_cancel_order,
121: | passed the current org Id to Retrieve_Msg_Mapping
122: | 23-AUG-2010 amaheshw 10016159 Replace IBY_TRXN_EXTENSIONS_V with IBY_EXTN_INSTR_DETAILS_VREM
123: | 23-MAY-2011 ytian 12573026 Modified buildDocument function to increase the VARCHAR2 size to 495.
124: | 07-MAY-2012 scnagara 13767382 procedure get_sales_assist_rsn_meaning - changed to use aso_lookups view
125: | 30-AUG-2012 avitiwar 12851105 - Istore Registration Page Application Error
126: ==============================================================================================

Line 1905: SELECT itev.card_number FROM IBY_EXTN_INSTR_DETAILS_V itev

1901:
1902: --bug 6877589 ukalaiah
1903: Cursor c_card_number (l_order_id NUMBER) IS
1904: --bug 10016159 SELECT itev.card_number FROM IBY_TRXN_EXTENSIONS_V itev
1905: SELECT itev.card_number FROM IBY_EXTN_INSTR_DETAILS_V itev
1906: WHERE itev.order_id = trim(to_char(l_order_id)) and instrument_type = 'CREDITCARD';
1907:
1908: BEGIN
1909: x_return_status := FND_API.g_ret_sts_success;