DBA Data[Home] [Help]

APPS.PJM_MASS_TRANSFER_PUB dependencies on STANDARD

Line 87: -- Standard Start of API savepoint

83: progress NUMBER;
84:
85: BEGIN
86: --
87: -- Standard Start of API savepoint
88: --
89: SAVEPOINT create_txfr_txn;
90:
91: PJM_DEBUG.Debug( 'CREATE_TRANSFER_TRANSACTION'

Line 416: -- Standard Start of API savepoint

412: txn_count NUMBER := 0;
413:
414: BEGIN
415: --
416: -- Standard Start of API savepoint
417: --
418: SAVEPOINT pjm_mass_transfer;
419:
420: PJM_DEBUG.Debug(

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

581: COMMIT WORK;
582: END IF;
583:
584: --
585: -- Standard call to get message count and if count is 1, get message
586: -- info
587: --
588: FND_MSG_PUB.Count_And_Get( p_count => X_Msg_Count
589: , p_data => X_Msg_Data );

Line 679: -- Standard Start of API savepoint

675: txn_count NUMBER;
676:
677: BEGIN
678: --
679: -- Standard Start of API savepoint
680: --
681: SAVEPOINT pjm_mass_transfer_item;
682:
683: PJM_DEBUG.Debug(

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

823: COMMIT WORK;
824: END IF;
825:
826: --
827: -- Standard call to get message count and if count is 1, get message
828: -- info
829: --
830: FND_MSG_PUB.Count_And_Get( p_count => X_Msg_Count
831: , p_data => X_Msg_Data );

Line 926: -- Standard Start of API savepoint

922: DFF PJM_MASS_TRANSFER_PUB.DFF_Rec_Type;
923:
924: BEGIN
925: --
926: -- Standard Start of API savepoint
927: --
928: SAVEPOINT pjm_mass_transfer_item;
929:
930: PJM_DEBUG.Debug( 'Transfer_ID => ' || P_Transfer_ID

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

1086: COMMIT WORK;
1087: END IF;
1088:
1089: --
1090: -- Standard call to get message count and if count is 1, get message
1091: -- info
1092: --
1093: FND_MSG_PUB.Count_And_Get( p_count => X_Msg_Count
1094: , p_data => X_Msg_Data );