DBA Data[Home] [Help]

APPS.FV_GTAS_AGENCY_ID_UPGRADE dependencies on FND_APPLICATION

Line 110: FROM fnd_application

106: --Get the owner of the table hz_cust_accounts
107: --App id of AR is 222
108: SELECT product_code
109: INTO l_tab_owner
110: FROM fnd_application
111: WHERE application_id = 222;
112: fnd_file.put_line(fnd_file.log, 'Table owner: '||l_tab_owner);
113:
114: SELECT 'Y'

Line 1103: FROM fnd_application

1099: log(l_module, 'Begin');
1100:
1101: SELECT product_code
1102: INTO l_event_owner
1103: FROM fnd_application
1104: WHERE application_id = 8901;
1105:
1106: l_event_name := 'FV_DEL_FACTS_PRC_DTL';
1107: