DBA Data[Home] [Help]

APPS.PJM_PROJECT_PARAM_PUB dependencies on STANDARD

Line 631: -- Standard Start of API savepoint

627: l_login_id NUMBER := FND_GLOBAL.login_id;
628:
629: BEGIN
630: --
631: -- Standard Start of API savepoint
632: --
633: SAVEPOINT create_project_param;
634:
635: --

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

732: commit work;
733: END IF;
734:
735: --
736: -- Standard call to get message count and if count is 1, get message
737: -- info
738: --
739: FND_MSG_PUB.count_and_get( p_count => X_msg_count
740: , p_data => X_msg_data );

Line 785: -- Standard Start of API savepoint

781: i NUMBER;
782:
783: BEGIN
784: --
785: -- Standard Start of API savepoint
786: --
787: SAVEPOINT create_project_param;
788:
789: --

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

836: commit work;
837: END IF;
838:
839: --
840: -- Standard call to get message count and if count is 1, get message
841: -- info
842: --
843: FND_MSG_PUB.count_and_get( p_count => X_msg_count
844: , p_data => X_msg_data );

Line 900: -- Standard Start of API savepoint

896: l_planning_group VARCHAR2(30);
897:
898: BEGIN
899: --
900: -- Standard Start of API savepoint
901: --
902: SAVEPOINT update_planning_group;
903:
904: --

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

949: commit work;
950: END IF;
951:
952: --
953: -- Standard call to get message count and if count is 1, get message
954: -- info
955: --
956: FND_MSG_PUB.count_and_get( p_count => X_msg_count
957: , p_data => X_msg_data );