DBA Data[Home] [Help]

APPS.CAC_NOTES_PVT dependencies on STANDARD

Line 676: -- Standard call for message generation

672: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
673: END IF;
674: END IF;
675:
676: -- Standard call for message generation
677: IF jtf_usr_hks.ok_to_execute( 'JTF_NOTES_PUB'
678: , 'Create_Note'
679: , 'M'
680: , 'M'

Line 1012: -- Standard call for message generation

1008: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1009: END IF;
1010: END IF;
1011:
1012: -- Standard call for message generation
1013: IF jtf_usr_hks.ok_to_execute( 'JTF_NOTES_PUB'
1014: , 'Create_Note'
1015: , 'M'
1016: , 'M'

Line 1165: -- Standard call to get message count and if count is 1, get message info

1161: , p_SourceObjectID => l_source_object_id
1162: );
1163:
1164: --
1165: -- Standard call to get message count and if count is 1, get message info
1166: --
1167: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
1168: , p_data => x_msg_data
1169: );