DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_V2PUB dependencies on MO_GLOBAL

Line 1059: MO_GLOBAL.validate_orgid_pub_api(p_cust_acct_relate_rec.org_id,'N',l_return_status);

1055: -- No sequence number is used for cust_acct_relate
1056:
1057: /* Bug 3456489 - Added following if. */
1058: BEGIN
1059: MO_GLOBAL.validate_orgid_pub_api(p_cust_acct_relate_rec.org_id,'N',l_return_status);
1060: EXCEPTION
1061: WHEN OTHERS
1062: THEN
1063: RAISE FND_API.G_EXC_ERROR;