DBA Data[Home] [Help]

APPS.OKE_DELIVERABLE_BILLING_PVT dependencies on STANDARD

Line 445: -- Standard Start of API savepoint

441: END IF;
442: X_Return_Status := FND_API.G_RET_STS_SUCCESS;
443:
444: --
445: -- Standard Start of API savepoint
446: --
447: SAVEPOINT create_billing_event;
448:
449: --

Line 795: -- Standard commit check

791:
792: END IF;
793:
794: --
795: -- Standard commit check
796: --
797: IF FND_API.To_Boolean( p_commit ) THEN
798: COMMIT WORK;
799: END IF;

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

798: COMMIT WORK;
799: END IF;
800:
801: --
802: -- Standard call to get message count and if count is 1, get message
803: -- info
804: --
805: FND_MSG_PUB.Count_And_Get( P_Count => X_Msg_Count
806: , P_Data => X_Msg_Data );

Line 914: -- Standard Start of API savepoint

910:
911: X_Return_Status := FND_API.G_RET_STS_SUCCESS;
912:
913: --
914: -- Standard Start of API savepoint
915: --
916: SAVEPOINT create_billing_event_pvt;
917:
918: --

Line 1034: -- Standard commit check

1030: , P_Fund_Ref3 => P_Fund_Ref3
1031: );
1032:
1033: --
1034: -- Standard commit check
1035: --
1036: IF FND_API.To_Boolean( p_commit ) THEN
1037: COMMIT WORK;
1038: END IF;

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

1037: COMMIT WORK;
1038: END IF;
1039:
1040: --
1041: -- Standard call to get message count and if count is 1, get message
1042: -- info
1043: --
1044: FND_MSG_PUB.Count_And_Get( P_Count => X_Msg_Count
1045: , P_Data => X_Msg_Data );

Line 1174: -- Standard Start of API savepoint

1170:
1171: X_Return_Status := FND_API.G_RET_STS_SUCCESS;
1172:
1173: --
1174: -- Standard Start of API savepoint
1175: --
1176: SAVEPOINT update_billing_event_pvt;
1177:
1178: --

Line 1403: -- Standard commit check

1399:
1400: END IF;
1401:
1402: --
1403: -- Standard commit check
1404: --
1405: IF FND_API.To_Boolean( p_commit ) THEN
1406: COMMIT WORK;
1407: END IF;

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

1406: COMMIT WORK;
1407: END IF;
1408:
1409: --
1410: -- Standard call to get message count and if count is 1, get message
1411: -- info
1412: --
1413: FND_MSG_PUB.Count_And_Get( P_Count => X_Msg_Count
1414: , P_Data => X_Msg_Data );