DBA Data[Home] [Help]

APPS.ALR_DBTRIGGER dependencies on FND_PRODUCT_GROUPS

Line 191: from fnd_product_groups

187: begin
188:
189: select multi_org_flag
190: into alr_dbtrigger.MULTI_ORG_FLAG
191: from fnd_product_groups
192: where rownum=1; -- there should only be one row, but just in case
193:
194: if alr_dbtrigger.MULTI_ORG_FLAG is NULL then
195: alr_dbtrigger.MULTI_ORG_FLAG := 'N'; -- default