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 1043: OE_CHARGE_PVT.Get_Rec_Charge_Amount(

1039: OE_DEBUG_PUB.ADD('p_header_id : '||p_header_id,1);
1040: OE_DEBUG_PUB.ADD('p_charge_periodicity_code : '||p_charge_periodicity_code,1);
1041: END IF;
1042:
1043: OE_CHARGE_PVT.Get_Rec_Charge_Amount(
1044: p_api_version_number => 1.1 ,
1045: p_init_msg_list => FND_API.G_FALSE ,
1046: p_header_id => p_header_id ,
1047: p_line_id => NULL,