DBA Data[Home] [Help]

APPS.OZF_TRADE_PROFILE_PVT dependencies on OZF_CUST_TRD_PRFLS_PKG

Line 584: -- Invoke table handler(OZF_cust_trd_prfls_PKG.Insert_Row)

580: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
581: END IF;
582:
583: -- Debug Message
584: -- Invoke table handler(OZF_cust_trd_prfls_PKG.Insert_Row)
585: BEGIN
586: OZF_cust_trd_prfls_PKG.Insert_Row(
587: px_trade_profile_id => l_trade_profile_id,
588: px_object_version_number => l_object_version_number,

Line 586: OZF_cust_trd_prfls_PKG.Insert_Row(

582:
583: -- Debug Message
584: -- Invoke table handler(OZF_cust_trd_prfls_PKG.Insert_Row)
585: BEGIN
586: OZF_cust_trd_prfls_PKG.Insert_Row(
587: px_trade_profile_id => l_trade_profile_id,
588: px_object_version_number => l_object_version_number,
589: p_last_update_date => SYSDATE,
590: p_last_updated_by => FND_GLOBAL.USER_ID,

Line 912: OZF_cust_trd_prfls_PKG.Update_Row(

908: OZF_UTILITY_PVT.debug_message('cust_account_id'||l_trade_profile_rec.cust_account_id);
909: END IF;
910:
911: -- Debug Message
912: OZF_cust_trd_prfls_PKG.Update_Row(
913: p_trade_profile_id => l_trade_profile_rec.trade_profile_id,
914: p_object_version_number => l_trade_profile_rec.object_version_number,
915: p_last_update_date => SYSDATE,
916: p_last_updated_by => FND_GLOBAL.USER_ID,

Line 1073: -- Invoke table handler(OZF_cust_trd_prfls_PKG.Delete_Row)

1069: -- Debug Message
1070: IF g_debug THEN
1071: OZF_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
1072: END IF;
1073: -- Invoke table handler(OZF_cust_trd_prfls_PKG.Delete_Row)
1074: OZF_cust_trd_prfls_PKG.Delete_Row(
1075: p_TRADE_PROFILE_ID => p_TRADE_PROFILE_ID);
1076: -- End of API body
1077: -- Standard check for p_commit

Line 1074: OZF_cust_trd_prfls_PKG.Delete_Row(

1070: IF g_debug THEN
1071: OZF_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
1072: END IF;
1073: -- Invoke table handler(OZF_cust_trd_prfls_PKG.Delete_Row)
1074: OZF_cust_trd_prfls_PKG.Delete_Row(
1075: p_TRADE_PROFILE_ID => p_TRADE_PROFILE_ID);
1076: -- End of API body
1077: -- Standard check for p_commit
1078: IF FND_API.to_Boolean( p_commit )