DBA Data[Home] [Help]

APPS.CS_SR_LOG_PKG dependencies on CS_SR_LOG_PKG

Line 1: PACKAGE BODY CS_SR_LOG_PKG AS

1: PACKAGE BODY CS_SR_LOG_PKG AS
2: /* $Header: csvsrlgb.pls 115.2 2000/03/01 11:19:11 pkm ship $ */
3: -- Start of Comments
4: -- Package name :CS_SR_LOG_PKG
5: -- Purpose :package has function SR_LOG that returns the log field

Line 4: -- Package name :CS_SR_LOG_PKG

1: PACKAGE BODY CS_SR_LOG_PKG AS
2: /* $Header: csvsrlgb.pls 115.2 2000/03/01 11:19:11 pkm ship $ */
3: -- Start of Comments
4: -- Package name :CS_SR_LOG_PKG
5: -- Purpose :package has function SR_LOG that returns the log field
6: -- for a given SR ( incident_id) for fulfillment report
7: -- History :
8: -- NOTE :

Line 149: CS_SR_LOG_PKG.audit_display(i.source_type ,

145: i.new_description IS NOT NULL or
146: i.old_language IS NOT NULL or
147: i.new_language IS NOT NULL
148: ) Then
149: CS_SR_LOG_PKG.audit_display(i.source_type ,
150: i.last_update_date ,
151: i.owner,
152: i.old_severity_name,
153: i.new_severity_name ,

Line 196: CS_SR_LOG_PKG.task_notes(i.action_id,ls_audit_details);

192: rpad(ls_source_type_tr,20,' ')||gs_newline||i.details;
193:
194: if upper(i.source_type) = 'TASKS' then
195:
196: CS_SR_LOG_PKG.task_notes(i.action_id,ls_audit_details);
197: ls_main_field := ls_main_field||gs_newline||ls_audit_details;
198: end if;
199:
200: ls_concat_field := ls_concat_field||ls_main_field||gs_newline;

Line 254: CS_SR_LOG_PKG.audit_display(i.source_type ,

250: i.new_description IS NOT NULL or
251: i.old_language IS NOT NULL or
252: i.new_language IS NOT NULL
253: ) Then
254: CS_SR_LOG_PKG.audit_display(i.source_type ,
255: i.last_update_date ,
256: i.owner,
257: i.old_severity_name,
258: i.new_severity_name ,

Line 301: CS_SR_LOG_PKG.task_notes(i.action_id,ls_audit_details);

297: rpad(ls_source_type_tr,20,' ')||gs_newline||i.details;
298:
299: if upper(i.source_type) = 'TASKS' then
300:
301: CS_SR_LOG_PKG.task_notes(i.action_id,ls_audit_details);
302: ls_main_field := ls_main_field||gs_newline||ls_audit_details;
303: end if;
304:
305: ls_concat_field := ls_concat_field||ls_main_field||gs_newline;

Line 800: END cs_sr_log_pkg;

796: X_details := ls_heading||ls_details;
797:
798:
799: END task_notes;
800: END cs_sr_log_pkg;