DBA Data[Home] [Help]

APPS.OCM_GUARANTOR_PUB dependencies on AR_CMGT_CREDIT_REQUEST_API

Line 58: /* We call AR_CMGT_CREDIT_REQUEST_API to create credit request for Guarantor.

54: --Declare Local variables
55:
56: BEGIN
57:
58: /* We call AR_CMGT_CREDIT_REQUEST_API to create credit request for Guarantor.
59: If the return status is Success then insert the record in the table
60: AR_CMGT_GUARANTOR_DATA
61: */
62:

Line 72: AR_CMGT_CREDIT_REQUEST_API.create_credit_request

68: END IF;
69:
70: x_return_status := FND_API.G_RET_STS_SUCCESS;
71:
72: AR_CMGT_CREDIT_REQUEST_API.create_credit_request
73: (p_api_version => p_api_version,
74: p_init_msg_list => p_init_msg_list,
75: p_commit => p_commit,
76: p_validation_level => p_validation_level,