DBA Data[Home] [Help]

APPS.BSC_SCORECARD_PUB dependencies on FND_RESPONSIBILITY

Line 486: FROM fnd_responsibility

482: l_Count NUMBER;
483:
484: CURSOR c_Resp_Ids IS
485: SELECT responsibility_id
486: FROM fnd_responsibility
487: WHERE INSTR(','||p_Resposibility_Key||',',','||responsibility_key||',') > 0;
488:
489: BEGIN
490: FND_MSG_PUB.Initialize;

Line 572: l_Responsibility_Key FND_RESPONSIBILITY.RESPONSIBILITY_KEY%TYPE;

568: ,x_msg_data OUT NOCOPY VARCHAR2
569: ) IS
570:
571: l_Bsc_Tab_Entity_Rec BSC_SCORECARD_PUB.Bsc_Tab_Entity_Rec;
572: l_Responsibility_Key FND_RESPONSIBILITY.RESPONSIBILITY_KEY%TYPE;
573: l_Comma_Sep_Resp_Key VARCHAR2(32000):= NULL;
574: l_Tab_Short_Name BSC_TABS_B.SHORT_NAME%TYPE := NULL;
575:
576: BEGIN