DBA Data[Home] [Help]

APPS.OZF_NA_DDN_RULE_PVT dependencies on OZF_NA_DDN_RULE_PKG

Line 199: -- Invoke table handler(Ozf_Na_Ddn_Rule_Pkg.Insert_Row)

195:
196: -- Debug Message
197: debug_message( 'Private API: Calling create table handler');
198:
199: -- Invoke table handler(Ozf_Na_Ddn_Rule_Pkg.Insert_Row)
200: Ozf_Na_Ddn_Rule_Pkg.Insert_Row(
201: px_na_deduction_rule_id => l_na_deduction_rule_id,
202: p_transaction_source_code => l_na_ddn_rule_rec.transaction_source_code,
203: p_transaction_type_code => l_na_ddn_rule_rec.transaction_type_code,

Line 200: Ozf_Na_Ddn_Rule_Pkg.Insert_Row(

196: -- Debug Message
197: debug_message( 'Private API: Calling create table handler');
198:
199: -- Invoke table handler(Ozf_Na_Ddn_Rule_Pkg.Insert_Row)
200: Ozf_Na_Ddn_Rule_Pkg.Insert_Row(
201: px_na_deduction_rule_id => l_na_deduction_rule_id,
202: p_transaction_source_code => l_na_ddn_rule_rec.transaction_source_code,
203: p_transaction_type_code => l_na_ddn_rule_rec.transaction_type_code,
204: p_deduction_identifier_id => l_na_ddn_rule_rec.deduction_identifier_id,

Line 436: -- Invoke table handler(Ozf_Na_Ddn_Rule_Pkg.Update_Row)

432:
433: -- Debug Message
434: -- debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
435:
436: -- Invoke table handler(Ozf_Na_Ddn_Rule_Pkg.Update_Row)
437: Ozf_Na_Ddn_Rule_Pkg.Update_Row(
438: p_na_deduction_rule_id => p_na_ddn_rule_rec.na_deduction_rule_id,
439: p_transaction_source_code => p_na_ddn_rule_rec.transaction_source_code,
440: p_transaction_type_code => p_na_ddn_rule_rec.transaction_type_code,

Line 437: Ozf_Na_Ddn_Rule_Pkg.Update_Row(

433: -- Debug Message
434: -- debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
435:
436: -- Invoke table handler(Ozf_Na_Ddn_Rule_Pkg.Update_Row)
437: Ozf_Na_Ddn_Rule_Pkg.Update_Row(
438: p_na_deduction_rule_id => p_na_ddn_rule_rec.na_deduction_rule_id,
439: p_transaction_source_code => p_na_ddn_rule_rec.transaction_source_code,
440: p_transaction_type_code => p_na_ddn_rule_rec.transaction_type_code,
441: p_deduction_identifier_id => p_na_ddn_rule_rec.deduction_identifier_id,

Line 599: -- Invoke table handler(Ozf_Na_Ddn_Rule_Pkg.Delete_Row)

595: --
596: -- Debug Message
597: debug_message( 'Private API: Calling delete table handler');
598:
599: -- Invoke table handler(Ozf_Na_Ddn_Rule_Pkg.Delete_Row)
600: Ozf_Na_Ddn_Rule_Pkg.Delete_Row(
601: p_na_deduction_rule_id => p_na_deduction_rule_id,
602: p_object_version_number => p_object_version_number );
603: --

Line 600: Ozf_Na_Ddn_Rule_Pkg.Delete_Row(

596: -- Debug Message
597: debug_message( 'Private API: Calling delete table handler');
598:
599: -- Invoke table handler(Ozf_Na_Ddn_Rule_Pkg.Delete_Row)
600: Ozf_Na_Ddn_Rule_Pkg.Delete_Row(
601: p_na_deduction_rule_id => p_na_deduction_rule_id,
602: p_object_version_number => p_object_version_number );
603: --
604: -- End of API body

Line 748: Ozf_Na_Ddn_Rule_Pkg.Lock_Row(l_na_deduction_rule_id,p_object_version);

744: x_return_status := FND_API.G_RET_STS_SUCCESS;
745:
746:
747: ------------------------ lock -------------------------
748: Ozf_Na_Ddn_Rule_Pkg.Lock_Row(l_na_deduction_rule_id,p_object_version);
749:
750:
751: -------------------- finish --------------------------
752: FND_MSG_PUB.count_and_get(