DBA Data[Home] [Help]

APPS.OKE_DELIVERABLE_BILLING_WF dependencies on FND_CURRENCY

Line 141: L_Format_Mask := FND_CURRENCY.Get_Format_Mask( P_Bill_Currency_Code , 38 );

137:
138: L_WF_Item_Key := P_Event_ID || ':' ||
139: to_char(sysdate , 'DDMONRRHH24MISS');
140:
141: L_Format_Mask := FND_CURRENCY.Get_Format_Mask( P_Bill_Currency_Code , 38 );
142:
143: WF_Engine.CreateProcess( ItemType => L_WF_Item_Type
144: , ItemKey => L_WF_Item_Key
145: , Process => 'OKE_DELIVERABLE_BILLING'