DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_PUB dependencies on CSF_DEBRIEF_PUB

Line 1: PACKAGE BODY CSF_DEBRIEF_PUB as

1: PACKAGE BODY CSF_DEBRIEF_PUB as
2: /* $Header: csfpdbfb.pls 120.6.12020000.3 2013/04/09 09:40:42 shadas ship $ */
3: -- Start of Comments
4: -- Package name : CSF_DEBRIEF_PUB
5: -- Purpose :

Line 4: -- Package name : CSF_DEBRIEF_PUB

1: PACKAGE BODY CSF_DEBRIEF_PUB as
2: /* $Header: csfpdbfb.pls 120.6.12020000.3 2013/04/09 09:40:42 shadas ship $ */
3: -- Start of Comments
4: -- Package name : CSF_DEBRIEF_PUB
5: -- Purpose :
6: -- History :
7: -- NOTE :
8: -- End of Comments

Line 10: G_PKG_NAME CONSTANT VARCHAR2(30):= 'CSF_DEBRIEF_PUB';

6: -- History :
7: -- NOTE :
8: -- End of Comments
9:
10: G_PKG_NAME CONSTANT VARCHAR2(30):= 'CSF_DEBRIEF_PUB';
11: G_FILE_NAME CONSTANT VARCHAR2(12) := 'csfpdbfb.pls';
12:
13: PROCEDURE Convert_Debrief_Value_To_Id (
14: p_Debrief_rec IN Debrief_REC_TYPE,

Line 591: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',

587: fnd_dflex.get_flexfield('CSF', 'CSF_DEBRIEF_HEADERS', flexfield, flexinfo);
588:
589: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
590: fnd_log.string(fnd_log.level_statement,
591: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',
592: '=== FLEXFIELD INFO ===');
593: fnd_log.string(fnd_log.level_statement,
594: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',
595: 'title=' || flexinfo.title);

Line 594: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',

590: fnd_log.string(fnd_log.level_statement,
591: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',
592: '=== FLEXFIELD INFO ===');
593: fnd_log.string(fnd_log.level_statement,
594: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',
595: 'title=' || flexinfo.title);
596: fnd_log.string(fnd_log.level_statement,
597: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',
598: 'table=' || flexinfo.table_name);

Line 597: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',

593: fnd_log.string(fnd_log.level_statement,
594: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',
595: 'title=' || flexinfo.title);
596: fnd_log.string(fnd_log.level_statement,
597: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',
598: 'table=' || flexinfo.table_name);
599: fnd_log.string(fnd_log.level_statement,
600: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',
601: 'descr=' || flexinfo.description);

Line 600: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',

596: fnd_log.string(fnd_log.level_statement,
597: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',
598: 'table=' || flexinfo.table_name);
599: fnd_log.string(fnd_log.level_statement,
600: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',
601: 'descr=' || flexinfo.description);
602: fnd_log.string(fnd_log.level_statement,
603: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',
604: '=== ENABLED CONTEXT INFO ===');

Line 603: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',

599: fnd_log.string(fnd_log.level_statement,
600: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',
601: 'descr=' || flexinfo.description);
602: fnd_log.string(fnd_log.level_statement,
603: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',
604: '=== ENABLED CONTEXT INFO ===');
605: end if;
606: /*
607: dbms_output.put_line('=== FLEXFIELD INFO ===');

Line 626: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',

622: IF(contexts.is_enabled(i)) THEN
623: --dbms_output.put_line(contexts.context_code(i) || ' - ' || contexts.context_description(i));
624: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
625: fnd_log.string(fnd_log.level_statement,
626: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',
627: contexts.context_code(i) || ' - ' || contexts.context_description(i));
628: end if;
629: fnd_dflex.get_segments(fnd_dflex.make_context(flexfield, contexts.context_code(i)), segments, true);
630: FOR j IN 1 .. segments.nsegments

Line 636: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',

632: --dbms_output.put_line(segments.segment_name(j) || ' - ' || segments.application_column_name(j) || ' - ' || segments.description(j)
633: --|| ' - ' || segments.sequence(j) || ' - ' || segments.default_type(j) || ' - ' || segments.default_value(j));
634: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
635: fnd_log.string(fnd_log.level_statement,
636: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',
637: segments.segment_name(j) || ' - ' || segments.application_column_name(j) || ' - ' || segments.description(j)
638: || ' - ' || segments.sequence(j) || ' - ' || segments.default_type(j) || ' - ' || segments.default_value(j));
639: end if;
640:

Line 663: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',

659: BEGIN
660: --dbms_output.put_line('It should not come here. segments.application_column_name(j) = ' || segments.application_column_name(j));
661: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
662: fnd_log.string(fnd_log.level_statement,
663: 'csf.plsql.CSF_DEBRIEF_PUB.Create_Debrief_With_Dff_Vals',
664: 'It should not come here. segments.application_column_name(j) = ' || segments.application_column_name(j));
665: end if;
666: END;
667: END CASE;

Line 1128: csf_debrief_pub.g_auto_debrief := p_auto_debrief;

1124: END;
1125:
1126: PROCEDURE set_auto_debrief (p_auto_debrief boolean) IS
1127: begin
1128: csf_debrief_pub.g_auto_debrief := p_auto_debrief;
1129: end;
1130:
1131: End CSF_DEBRIEF_PUB;
1132:

Line 1131: End CSF_DEBRIEF_PUB;

1127: begin
1128: csf_debrief_pub.g_auto_debrief := p_auto_debrief;
1129: end;
1130:
1131: End CSF_DEBRIEF_PUB;
1132: