DBA Data[Home] [Help]

APPS.JTF_UMUTIL dependencies on JTF_UM_APPROVALS_B

Line 92: from jtf_um_approvals_b

88: begin
89:
90: select approval_id
91: into appr_id
92: from jtf_um_approvals_b
93: where approval_key = appr_key
94: and effective_start_date = effective_date;
95:
96: return appr_id;

Line 122: from jtf_um_approvals_b

118: end if;
119:
120: select approval_id
121: into appr_id
122: from jtf_um_approvals_b
123: where approval_key = appr_key
124: and effective_start_date = effective_date;
125:
126: return appr_id;