DBA Data[Home] [Help]

APPS.AME_MULTI_TENANCY_PKG dependencies on PER_ENTERPRISES_VL

Line 1503: from per_enterprises_vl

1499: --
1500: cursor getEnterpriseName(c_enterpriseId in number) is
1501: select enterprise_name
1502: ,'C::'||enterprise_label
1503: from per_enterprises_vl
1504: where enterprise_id = c_enterpriseId;
1505: begin
1506: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'Transaction Type copy input parameter:');
1507: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'applicationIdIn:'||applicationIdIn);