DBA Data[Home] [Help]

APPS.FND_PROD_LIC_TGR dependencies on AD_ZD

Line 8: if(ad_zd.get_edition('PATCH') is not null and

4: begin
5: declare
6: l_app_short_code varchar2(50);
7: begin
8: if(ad_zd.get_edition('PATCH') is not null and
9: (ad_zd.get_edition('PATCH') = ad_zd.get_edition)) then
10: -- Bug 16705405: Submit the FNDWFLIC concurrent request from autonomous block
11: -- in case the trigger is invoked from PATCH edition
12: wf_event.submit_cp_request;

Line 9: (ad_zd.get_edition('PATCH') = ad_zd.get_edition)) then

5: declare
6: l_app_short_code varchar2(50);
7: begin
8: if(ad_zd.get_edition('PATCH') is not null and
9: (ad_zd.get_edition('PATCH') = ad_zd.get_edition)) then
10: -- Bug 16705405: Submit the FNDWFLIC concurrent request from autonomous block
11: -- in case the trigger is invoked from PATCH edition
12: wf_event.submit_cp_request;
13: else