DBA Data[Home] [Help]

APPS.IBE_WORKFLOW_PVT dependencies on ASO_LOOKUPS

Line 124: | 07-MAY-2012 scnagara 13767382 procedure get_sales_assist_rsn_meaning - changed to use aso_lookups view

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: ==============================================================================================
127: */
128: l_true VARCHAR2(1) := FND_API.G_TRUE;

Line 10214: from aso_lookups /* Bug 13767382, scnagara - changed from fnd_lookups to aso_lookups*/

10210: document IN OUT NOCOPY VARCHAR2,
10211: document_type IN OUT NOCOPY VARCHAR2 ) is
10212: cursor c_fnd_lookup_value(c_fnd_code VARCHAR2) is
10213: select meaning
10214: from aso_lookups /* Bug 13767382, scnagara - changed from fnd_lookups to aso_lookups*/
10215: where lookup_type = 'ASO_SALESREP_ASSISTANCE_REASON'
10216: and lookup_code = c_fnd_code;
10217:
10218: rec_fnd_lkpup_value c_fnd_lookup_value%rowtype;