DBA Data[Home] [Help]

APPS.EGO_TA_BULKLOAD_PVT dependencies on FND_APPLICATION

Line 114: FROM fnd_application

110:
111: /*Sets the EGO application ID*/
112: SELECT application_id
113: INTO G_APPLICATION_ID
114: FROM fnd_application
115: WHERE application_short_name = G_APP_NAME;
116:
117:
118: /*Sets the Transaction_id and upper case the transaction_type*/

Line 2001: FROM fnd_application

1997:
1998:
1999: /* setting G_APPLICATION_ID*/
2000: SELECT application_id INTO G_APPLICATION_ID
2001: FROM fnd_application
2002: WHERE application_short_name=G_APP_NAME;
2003:
2004: /*Sets the transaction_id*/
2005: SELECT mtl_system_items_interface_s.NEXTVAL,Upper(p_ta_intf_tbl(i).transaction_type)