DBA Data[Home] [Help]

APPS.PJM_PROJECT_PARAM_PUB dependencies on STANDARD

Line 637: -- Standard Start of API savepoint

633: l_login_id NUMBER := FND_GLOBAL.login_id;
634:
635: BEGIN
636: --
637: -- Standard Start of API savepoint
638: --
639: SAVEPOINT create_project_param;
640:
641: --

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

738: commit work;
739: END IF;
740:
741: --
742: -- Standard call to get message count and if count is 1, get message
743: -- info
744: --
745: FND_MSG_PUB.count_and_get( p_count => X_msg_count
746: , p_data => X_msg_data );

Line 791: -- Standard Start of API savepoint

787: i NUMBER;
788:
789: BEGIN
790: --
791: -- Standard Start of API savepoint
792: --
793: SAVEPOINT create_project_param;
794:
795: --

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

842: commit work;
843: END IF;
844:
845: --
846: -- Standard call to get message count and if count is 1, get message
847: -- info
848: --
849: FND_MSG_PUB.count_and_get( p_count => X_msg_count
850: , p_data => X_msg_data );

Line 906: -- Standard Start of API savepoint

902: l_planning_group VARCHAR2(30);
903:
904: BEGIN
905: --
906: -- Standard Start of API savepoint
907: --
908: SAVEPOINT update_planning_group;
909:
910: --

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

955: commit work;
956: END IF;
957:
958: --
959: -- Standard call to get message count and if count is 1, get message
960: -- info
961: --
962: FND_MSG_PUB.count_and_get( p_count => X_msg_count
963: , p_data => X_msg_data );