DBA Data[Home] [Help]

APPS.ASO_CONTRACT_TERMS_PUB dependencies on ASO_CONTRACT_TERMS_INT

Line 47: ASO_Contract_Terms_Int.Get_Article_Variable_Values (

43: aso_debug_pub.add('Get_Article_Variable_Values PUB - Begin', 1, 'Y');
44: END IF;
45:
46: -- check for missing customer accounts in the quote
47: ASO_Contract_Terms_Int.Get_Article_Variable_Values (
48: p_api_version => 1.0,
49: p_init_msg_list => p_init_msg_list,
50: x_return_status => x_return_status,
51: x_msg_count => x_msg_count,

Line 151: ASO_Contract_Terms_Int.Get_Line_Variable_Values (

147: aso_debug_pub.add('Get_Line_Variable_Values PUB - Begin', 1, 'Y');
148: END IF;
149:
150: -- check for missing customer accounts in the quote
151: ASO_Contract_Terms_Int.Get_Line_Variable_Values (
152: p_api_version => 1.0,
153: p_init_msg_list => p_init_msg_list,
154: x_return_status => x_return_status,
155: x_msg_count => x_msg_count,

Line 257: l_return := ASO_Contract_Terms_Int.OK_To_Commit (

253: aso_debug_pub.add('OK_To_Commit PUB - Begin', 1, 'Y');
254: END IF;
255:
256: -- check for missing customer accounts in the quote
257: l_return := ASO_Contract_Terms_Int.OK_To_Commit (
258: p_api_version => 1.0,
259: p_init_msg_list => p_init_msg_list,
260: x_return_status => x_return_status,
261: x_msg_count => x_msg_count,