[Home] [Help]
684:
685: begin
686: select dgu.data_group_id, dgu.application_id
687: into dataGroup_Id, dataGroupApp_id
688: from fnd_data_group_units dgu, fnd_data_groups dg, fnd_application a
689: where dgu.data_group_id = dg.data_group_id
690: and dg.data_group_name = X_DATA_GROUP_NAME
691: and dgu.application_id = a.application_id
692: and a.application_short_name = X_DATA_GROUP_APP_SHORT_NAME;