DBA Data[Home] [Help]

APPS.PQP_EXR_BUS dependencies on FND_SESSIONS

Line 782: from fnd_sessions

778:
779: cursor csr_eff_date
780: is
781: select effective_date
782: from fnd_sessions
783: where session_id = USERENV('sessionid');
784: --
785: BEGIN
786: -- Code is changed to validate the existence of

Line 997: from fnd_sessions

993:
994: cursor csr_eff_date
995: is
996: select effective_date
997: from fnd_sessions
998: where session_id = USERENV('sessionid');
999: --
1000: CURSOR c_dim_suffix IS
1001: SELECT decode(pers.exception_report_period

Line 1144: from fnd_sessions

1140:
1141: cursor csr_eff_date
1142: is
1143: select effective_date
1144: from fnd_sessions
1145: where session_id = USERENV('sessionid');
1146: --
1147: BEGIN
1148: --