DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on JTF_NOTES_PUB

Line 3035: jtf_notes_pub.create_note(

3031: ELSE
3032: l_note_status := p_notes(l_note_index).note_status ;
3033: END IF ;
3034:
3035: jtf_notes_pub.create_note(
3036: p_api_version => 1.0,
3037: p_init_msg_list => FND_API.G_FALSE,
3038: p_commit => FND_API.G_FALSE,
3039: x_return_status => x_return_status,

Line 3069: jtf_notes_pub.create_note_context(

3065: (p_notes(l_note_index).note_context_type_01 <> FND_API.G_MISS_CHAR) AND
3066: (p_notes(l_note_index).note_context_type_id_01 IS NOT NULL) AND
3067: (p_notes(l_note_index).note_context_type_id_01 <> FND_API.G_MISS_NUM)) THEN
3068:
3069: jtf_notes_pub.create_note_context(
3070: x_return_status => x_return_status,
3071: p_creation_date => SYSDATE,
3072: p_last_updated_by => p_user_id,
3073: p_last_update_date => SYSDATE,

Line 3092: jtf_notes_pub.create_note_context(

3088: (p_notes(l_note_index).note_context_type_id_02 IS NOT NULL) AND
3089: (p_notes(l_note_index).note_context_type_id_02 <> FND_API.G_MISS_NUM))THEN
3090:
3091:
3092: jtf_notes_pub.create_note_context(
3093: x_return_status => x_return_status,
3094: p_creation_date => SYSDATE,
3095: p_last_updated_by => p_user_id,
3096: p_last_update_date => SYSDATE,

Line 3115: jtf_notes_pub.create_note_context(

3111: (p_notes(l_note_index).note_context_type_id_03 IS NOT NULL) AND
3112: (p_notes(l_note_index).note_context_type_id_03 <> FND_API.G_MISS_NUM)) THEN
3113:
3114:
3115: jtf_notes_pub.create_note_context(
3116: x_return_status => x_return_status,
3117: p_creation_date => SYSDATE,
3118: p_last_updated_by => p_user_id,
3119: p_last_update_date => SYSDATE,

Line 6177: jtf_notes_pub.create_note(

6173: ELSE
6174: l_note_status := p_notes(l_note_index).note_status ;
6175: END IF ;
6176:
6177: jtf_notes_pub.create_note(
6178: p_api_version => 1.0,
6179: p_init_msg_list => FND_API.G_FALSE,
6180: p_commit => FND_API.G_FALSE,
6181: x_return_status => x_return_status,

Line 6211: jtf_notes_pub.create_note_context(

6207: (p_notes(l_note_index).note_context_type_id_01 IS NOT NULL) AND
6208: (p_notes(l_note_index).note_context_type_id_01 <> FND_API.G_MISS_NUM)) THEN
6209:
6210:
6211: jtf_notes_pub.create_note_context(
6212: x_return_status => x_return_status,
6213: p_creation_date => p_last_update_date, ----SYSDATE,
6214: p_last_updated_by => p_last_updated_by,
6215: p_last_update_date => p_last_update_date, ------SYSDATE,

Line 6240: jtf_notes_pub.create_note_context(

6236: (p_notes(l_note_index).note_context_type_id_02 IS NOT NULL) AND
6237: (p_notes(l_note_index).note_context_type_id_02 <> FND_API.G_MISS_NUM)) THEN
6238:
6239:
6240: jtf_notes_pub.create_note_context(
6241: x_return_status => x_return_status,
6242: p_creation_date => p_last_update_date,
6243: p_last_updated_by => p_last_updated_by,
6244: p_last_update_date => p_last_update_date,

Line 6268: jtf_notes_pub.create_note_context(

6264: (p_notes(l_note_index).note_context_type_03 <> FND_API.G_MISS_CHAR) AND
6265: (p_notes(l_note_index).note_context_type_id_03 IS NOT NULL) AND
6266: (p_notes(l_note_index).note_context_type_id_03 <> FND_API.G_MISS_NUM)) THEN
6267:
6268: jtf_notes_pub.create_note_context(
6269: x_return_status => x_return_status,
6270: p_creation_date => p_last_update_date,
6271: p_last_updated_by => p_last_updated_by,
6272: p_last_update_date => p_last_update_date,