DBA Data[Home] [Help]

APPS.BIS_TREND_PLUG dependencies on BIS_RL_PKG

Line 1693: BIS_RL_PKG.add_rl_from_function( pFunctionName , pUserId , pPlugId);

1689: pUserId => pUserId,
1690: pPlugId => pPlugId
1691: );
1692:
1693: BIS_RL_PKG.add_rl_from_function( pFunctionName , pUserId , pPlugId);
1694: ELSE
1695: -- mdamle 03/12/04 - Enh 3503753 - Site level custom. for links
1696: -- Plug id exists in bis_schedule_preferences, but,
1697: -- check custom table also, just incase user has deleted links manually

Line 1701: BIS_RL_PKG.add_rl_from_function( pFunctionName , pUserId , pPlugId);

1697: -- check custom table also, just incase user has deleted links manually
1698: select count(*) into lIsCustomised from bis_custom_related_links where function_id = pPlugId and level_user_id = pUserId;
1699:
1700: if lIsCustomised = 0 then
1701: BIS_RL_PKG.add_rl_from_function( pFunctionName , pUserId , pPlugId);
1702: end if;
1703:
1704: END IF;
1705: