DBA Data[Home] [Help]

APPS.PAY_PROGRESS_PKG dependencies on DBMS_LOB

Line 11: *** 23 FEB 2010 priupadh 120.0.12010000.2 Bug 9274304 Modified cursor csr_action added dbms_lob.substr

7: *** Change History
8: ***
9: *** Date Changed By Version Description of Change
10: *** --------- ---------- ------- -----------------------------------------------------------+
11: *** 23 FEB 2010 priupadh 120.0.12010000.2 Bug 9274304 Modified cursor csr_action added dbms_lob.substr
12: *** to comments column .
13: *** -------------------------------------------------------------------------------------------------------+
14: */
15: -- Buffer previous progress update requests.

Line 70: dbms_lob.substr(comments,4000,1) comments_1

66: display_run_number,
67: element_set_id,
68: assignment_set_id,
69: effective_date,
70: dbms_lob.substr(comments,4000,1) comments_1
71: FROM pay_payroll_actions
72: WHERE payroll_action_id = cp_id;
73: --
74: l_progress progress_info_r;