DBA Data[Home] [Help]

APPS.ALR_DBTRIGGER dependencies on FND_PRODUCT_INSTALLATIONS

Line 141: from FND_PRODUCT_INSTALLATIONS FPI,

137: begin
138:
139: select fou.oracle_username
140: into t_schema
141: from FND_PRODUCT_INSTALLATIONS FPI,
142: FND_ORACLE_USERID FOU
143: where fpi.application_id = 0
144: and fpi.oracle_id = fou.oracle_id;
145: