DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on JTF_NOTES_PUB

Line 2695: jtf_notes_pub.create_note(

2691: ELSE
2692: l_note_status := p_notes(l_note_index).note_status ;
2693: END IF ;
2694:
2695: jtf_notes_pub.create_note(
2696: p_api_version => 1.0,
2697: p_init_msg_list => FND_API.G_FALSE,
2698: p_commit => FND_API.G_FALSE,
2699: x_return_status => x_return_status,

Line 2729: jtf_notes_pub.create_note_context(

2725: (p_notes(l_note_index).note_context_type_01 <> FND_API.G_MISS_CHAR) AND
2726: (p_notes(l_note_index).note_context_type_id_01 IS NOT NULL) AND
2727: (p_notes(l_note_index).note_context_type_id_01 <> FND_API.G_MISS_NUM)) THEN
2728:
2729: jtf_notes_pub.create_note_context(
2730: x_return_status => x_return_status,
2731: p_creation_date => SYSDATE,
2732: p_last_updated_by => p_user_id,
2733: p_last_update_date => SYSDATE,

Line 2752: jtf_notes_pub.create_note_context(

2748: (p_notes(l_note_index).note_context_type_id_02 IS NOT NULL) AND
2749: (p_notes(l_note_index).note_context_type_id_02 <> FND_API.G_MISS_NUM))THEN
2750:
2751:
2752: jtf_notes_pub.create_note_context(
2753: x_return_status => x_return_status,
2754: p_creation_date => SYSDATE,
2755: p_last_updated_by => p_user_id,
2756: p_last_update_date => SYSDATE,

Line 2775: jtf_notes_pub.create_note_context(

2771: (p_notes(l_note_index).note_context_type_id_03 IS NOT NULL) AND
2772: (p_notes(l_note_index).note_context_type_id_03 <> FND_API.G_MISS_NUM)) THEN
2773:
2774:
2775: jtf_notes_pub.create_note_context(
2776: x_return_status => x_return_status,
2777: p_creation_date => SYSDATE,
2778: p_last_updated_by => p_user_id,
2779: p_last_update_date => SYSDATE,

Line 5496: jtf_notes_pub.create_note(

5492: ELSE
5493: l_note_status := p_notes(l_note_index).note_status ;
5494: END IF ;
5495:
5496: jtf_notes_pub.create_note(
5497: p_api_version => 1.0,
5498: p_init_msg_list => FND_API.G_FALSE,
5499: p_commit => FND_API.G_FALSE,
5500: x_return_status => x_return_status,

Line 5530: jtf_notes_pub.create_note_context(

5526: (p_notes(l_note_index).note_context_type_id_01 IS NOT NULL) AND
5527: (p_notes(l_note_index).note_context_type_id_01 <> FND_API.G_MISS_NUM)) THEN
5528:
5529:
5530: jtf_notes_pub.create_note_context(
5531: x_return_status => x_return_status,
5532: p_creation_date => p_last_update_date, ----SYSDATE,
5533: p_last_updated_by => p_last_updated_by,
5534: p_last_update_date => p_last_update_date, ------SYSDATE,

Line 5559: jtf_notes_pub.create_note_context(

5555: (p_notes(l_note_index).note_context_type_id_02 IS NOT NULL) AND
5556: (p_notes(l_note_index).note_context_type_id_02 <> FND_API.G_MISS_NUM)) THEN
5557:
5558:
5559: jtf_notes_pub.create_note_context(
5560: x_return_status => x_return_status,
5561: p_creation_date => p_last_update_date,
5562: p_last_updated_by => p_last_updated_by,
5563: p_last_update_date => p_last_update_date,

Line 5587: jtf_notes_pub.create_note_context(

5583: (p_notes(l_note_index).note_context_type_03 <> FND_API.G_MISS_CHAR) AND
5584: (p_notes(l_note_index).note_context_type_id_03 IS NOT NULL) AND
5585: (p_notes(l_note_index).note_context_type_id_03 <> FND_API.G_MISS_NUM)) THEN
5586:
5587: jtf_notes_pub.create_note_context(
5588: x_return_status => x_return_status,
5589: p_creation_date => p_last_update_date,
5590: p_last_updated_by => p_last_updated_by,
5591: p_last_update_date => p_last_update_date,