DBA Data[Home] [Help]

APPS.PO_LOG dependencies on FND_INSTALLATION

Line 1149: Instead get the table owner from FND_INSTALLATION.get_app_info*/

1145:
1146: l_table_name := UPPER(p_table_name);
1147:
1148: /*Bug 12326054 : Commented out hard coding owner as PO.
1149: Instead get the table owner from FND_INSTALLATION.get_app_info*/
1150: -- l_table_owner := 'PO';
1151: -- Use the refactoring ideas to get the real value for table_owner.
1152: l_return_status := FND_INSTALLATION.get_app_info
1153: ( 'PO',

Line 1152: l_return_status := FND_INSTALLATION.get_app_info

1148: /*Bug 12326054 : Commented out hard coding owner as PO.
1149: Instead get the table owner from FND_INSTALLATION.get_app_info*/
1150: -- l_table_owner := 'PO';
1151: -- Use the refactoring ideas to get the real value for table_owner.
1152: l_return_status := FND_INSTALLATION.get_app_info
1153: ( 'PO',
1154: l_status,
1155: l_industry,
1156: l_table_owner