DBA Data[Home] [Help]

APPS.BIS_RESPONSIBILITY_PVT dependencies on HTP

Line 483: -- htp.p('Get_Notify_resp_AK_Info'||g_br);

479: AND attribute_application_id = l_attribute_app_id;
480:
481: BEGIN
482:
483: -- htp.p('Get_Notify_resp_AK_Info'||g_br);
484:
485: l_region_code := G_WF_ROLE_AK_REGION;
486:
487: FOR cr IN cr_ak_data LOOP

Line 488: -- htp.p('cr.attribute_code: '||cr.attribute_code||g_br);

484:
485: l_region_code := G_WF_ROLE_AK_REGION;
486:
487: FOR cr IN cr_ak_data LOOP
488: -- htp.p('cr.attribute_code: '||cr.attribute_code||g_br);
489: IF UPPER(cr.attribute_code) = G_WF_ROLE_SHORT_NAME_AK
490: THEN
491: l_attribute_code := cr.attribute_code;
492: ELSE

Line 504: htp.p('notify role: '||

500: x_region_app_id := l_region_app_id;
501: x_region_code := l_region_code;
502:
503: /*
504: htp.p('notify role: '||
505: l_notify_responsibility_rec.notify_resp_short_name||
506: ' - region code: '||l_region_code||
507: ' - attribute code: '||l_attribute_code||
508: ' - attribute_name: '||l_attribute_name||g_br);

Line 513: htp.p('Error in Get_Notify_Resp_AK_Info: '||SQLERRM);

509: */
510:
511: EXCEPTION
512: WHEN OTHERS THEN
513: htp.p('Error in Get_Notify_Resp_AK_Info: '||SQLERRM);
514:
515: END Get_Notify_Resp_AK_Info;
516:
517: --