DBA Data[Home] [Help]

APPS.OE_OE_TOTALS_SUMMARY dependencies on OE_CHARGE_PVT

Line 143: OE_CHARGE_PVT.Get_Charge_Amount(

139: BEGIN
140:
141: -- Calling the charges API to get the Order Total for charges.
142:
143: OE_CHARGE_PVT.Get_Charge_Amount(
144: p_api_version_number => 1.1 ,
145: p_init_msg_list => FND_API.G_FALSE ,
146: p_header_id => p_header_id ,
147: p_line_id => NULL,

Line 186: OE_CHARGE_PVT.Get_Charge_Amount(

182: BEGIN
183:
184: -- Calling the charges API to get the Order Total for charges.
185:
186: OE_CHARGE_PVT.Get_Charge_Amount(
187: p_api_version_number => 1.1 ,
188: p_init_msg_list => FND_API.G_FALSE ,
189: p_header_id => p_header_id ,
190: p_line_id => p_line_id,

Line 1067: OE_CHARGE_PVT.Get_Rec_Charge_Amount(

1063: OE_DEBUG_PUB.ADD('p_header_id : '||p_header_id,1);
1064: OE_DEBUG_PUB.ADD('p_charge_periodicity_code : '||p_charge_periodicity_code,1);
1065: END IF;
1066:
1067: OE_CHARGE_PVT.Get_Rec_Charge_Amount(
1068: p_api_version_number => 1.1 ,
1069: p_init_msg_list => FND_API.G_FALSE ,
1070: p_header_id => p_header_id ,
1071: p_line_id => NULL,