DBA Data[Home] [Help]

APPS.JTF_NOTES_PUB dependencies on JTF_NOTES_PUB

Line 1: PACKAGE BODY JTF_NOTES_PUB AS

1: PACKAGE BODY JTF_NOTES_PUB AS
2: /* $Header: jtfnoteb.pls 120.1 2005/07/02 00:50:14 appldev ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'JTF_NOTES_PUB';
5:

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'JTF_NOTES_PUB';

1: PACKAGE BODY JTF_NOTES_PUB AS
2: /* $Header: jtfnoteb.pls 120.1 2005/07/02 00:50:14 appldev ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'JTF_NOTES_PUB';
5:
6: PROCEDURE Create_note
7: ------------------------------------------------------------------------------
8: -- Create_note

Line 922: fnd_message.set_token('API_NAME', 'JTF_NOTES_PUB.CREATE_NOTE');

918:
919: IF (c_entered_by%NOTFOUND)
920: THEN
921: fnd_message.set_name('JTF', 'JTF_API_ALL_INVALID_ARGUMENT');
922: fnd_message.set_token('API_NAME', 'JTF_NOTES_PUB.CREATE_NOTE');
923: fnd_message.set_token('PARAMETER', 'p_entered_by');
924: fnd_message.set_token('VALUE', p_entered_by);
925: fnd_msg_pub.ADD;
926: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 1291: IF jtf_usr_hks.ok_to_execute('JTF_NOTES_PUB'

1287: -- Make the preprocessing call to the user hooks
1288: --
1289: -- Pre call to the Customer Type User Hook
1290: --
1291: IF jtf_usr_hks.ok_to_execute('JTF_NOTES_PUB'
1292: ,'Create_Note'
1293: ,'B'
1294: ,'C'
1295: )

Line 1350: IF jtf_usr_hks.ok_to_execute('JTF_NOTES_PUB'

1346: END IF;
1347:
1348: -- Pre call to the Vertical Type User Hook
1349: --
1350: IF jtf_usr_hks.ok_to_execute('JTF_NOTES_PUB'
1351: ,'Create_Note'
1352: ,'B'
1353: ,'V'
1354: )

Line 1741: IF jtf_usr_hks.ok_to_execute( 'JTF_NOTES_PUB'

1737: -- Make the post processing call to the user hooks
1738: --
1739: -- Post call to the Customer Type User Hook
1740: --
1741: IF jtf_usr_hks.ok_to_execute( 'JTF_NOTES_PUB'
1742: , 'Create_Note'
1743: , 'A'
1744: , 'C'
1745: )

Line 1802: IF jtf_usr_hks.ok_to_execute('JTF_NOTES_PUB'

1798:
1799:
1800: -- Post call to the Vertical Type User Hook
1801: --
1802: IF jtf_usr_hks.ok_to_execute('JTF_NOTES_PUB'
1803: ,'Create_Note'
1804: ,'A'
1805: ,'V'
1806: )

Line 1860: IF jtf_usr_hks.ok_to_execute( 'JTF_NOTES_PUB'

1856: END IF;
1857: END IF;
1858:
1859: -- Standard call for message generation
1860: IF jtf_usr_hks.ok_to_execute( 'JTF_NOTES_PUB'
1861: , 'Create_Note'
1862: , 'M'
1863: , 'M'
1864: )

Line 2384: IF jtf_usr_hks.ok_to_execute( 'JTF_NOTES_PUB'

2380:
2381: --
2382: -- Customer User Hook pre update
2383: --
2384: IF jtf_usr_hks.ok_to_execute( 'JTF_NOTES_PUB'
2385: , 'Update Note'
2386: , 'B'
2387: , 'C'
2388: )

Line 2413: IF jtf_usr_hks.ok_to_execute( 'JTF_NOTES_PUB'

2409: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2410: END IF;
2411: END IF;
2412:
2413: IF jtf_usr_hks.ok_to_execute( 'JTF_NOTES_PUB'
2414: , 'Update Note'
2415: , 'B'
2416: , 'V'
2417: )

Line 2749: IF jtf_usr_hks.ok_to_execute( 'JTF_NOTES_PUB'

2745: END IF;
2746: END LOOP;
2747: END IF;
2748:
2749: IF jtf_usr_hks.ok_to_execute( 'JTF_NOTES_PUB'
2750: , 'Create_Note'
2751: , 'A'
2752: , 'C'
2753: )

Line 2778: IF jtf_usr_hks.ok_to_execute( 'JTF_NOTES_PUB'

2774: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2775: END IF;
2776: END IF;
2777:
2778: IF jtf_usr_hks.ok_to_execute( 'JTF_NOTES_PUB'
2779: , 'Update Note'
2780: , 'A'
2781: , 'V'
2782: )

Line 2808: IF jtf_usr_hks.ok_to_execute( 'JTF_NOTES_PUB'

2804: END IF;
2805: END IF;
2806:
2807: -- Standard call for message generation
2808: IF jtf_usr_hks.ok_to_execute( 'JTF_NOTES_PUB'
2809: , 'Create_Note'
2810: , 'M'
2811: , 'M'
2812: )

Line 2966: END JTF_NOTES_PUB;

2962: , p_data => x_msg_data
2963: );
2964: END Secure_Update_note;
2965:
2966: END JTF_NOTES_PUB;