DBA Data[Home] [Help]

APPS.PQP_RIW_WEBADI_UTILS dependencies on BNE_INTERFACES_TL

Line 1193: -- Create the interface in the BNE_INTERFACES_TL table

1189: ,SYSDATE
1190: ,l_interface_row.CREATED_BY
1191: ,SYSDATE);
1192:
1193: -- Create the interface in the BNE_INTERFACES_TL table
1194: INSERT INTO BNE_INTERFACES_TL
1195: (APPLICATION_ID
1196: ,INTERFACE_CODE
1197: ,LANGUAGE

Line 1194: INSERT INTO BNE_INTERFACES_TL

1190: ,l_interface_row.CREATED_BY
1191: ,SYSDATE);
1192:
1193: -- Create the interface in the BNE_INTERFACES_TL table
1194: INSERT INTO BNE_INTERFACES_TL
1195: (APPLICATION_ID
1196: ,INTERFACE_CODE
1197: ,LANGUAGE
1198: ,SOURCE_LANG

Line 2009: FROM BNE_INTERFACES_tl

2005: WHERE APPLICATION_ID = P_APPLICATION_ID
2006: AND INTERFACE_CODE = p_INTERFACE_CODE;
2007:
2008: DELETE
2009: FROM BNE_INTERFACES_tl
2010: WHERE APPLICATION_ID = P_APPLICATION_ID
2011: AND INTERFACE_CODE = p_INTERFACE_CODE;
2012:
2013: DELETE