DBA Data[Home] [Help]

APPS.BOM_COPY_BILL dependencies on FND_APPLICATION

Line 1334: FROM fnd_application WHERE application_short_name = 'BOM';

1330:
1331: --changes bug 10078346 begin
1332: --get application_id first
1333: SELECT application_id INTO l_app_id
1334: FROM fnd_application WHERE application_short_name = 'BOM';
1335:
1336: --get context field name
1337: select default_context_field_name, context_column_name into l_context, l_context_column
1338: from FND_DESCRIPTIVE_FLEXS where application_id = l_app_id and

Line 7700: FROM fnd_application WHERE application_short_name = 'BOM';

7696:
7697: --changes bug 10078346 begin
7698: --get application_id first
7699: SELECT application_id INTO l_app_id
7700: FROM fnd_application WHERE application_short_name = 'BOM';
7701:
7702: --get context field name
7703: select default_context_field_name, context_column_name into l_context, l_context_column
7704: from FND_DESCRIPTIVE_FLEXS where application_id = l_app_id and