DBA Data[Home] [Help]

APPS.AMW_RL_HIERARCHY_PKG dependencies on FND_LANGUAGES

Line 1022: from FND_LANGUAGES L

1018: ,l_sysdate
1019: ,g_user_id
1020: ,g_login_id
1021: ,1
1022: from FND_LANGUAGES L
1023: where L.INSTALLED_FLAG in ('I', 'B');
1024:
1025: --write code to copy attachments of the previous rev_id to the new one
1026: fnd_attached_documents2_pkg.copy_attachments(

Line 1811: from FND_LANGUAGES L

1807: ,g_sysdate
1808: ,g_user_id
1809: ,g_login_id
1810: ,1
1811: from FND_LANGUAGES L
1812: where L.INSTALLED_FLAG in ('I', 'B');
1813:
1814:
1815: return l_process_id;