DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_V2PUB dependencies on MO_GLOBAL

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

1072: -- No sequence number is used for cust_acct_relate
1073:
1074: /* Bug 3456489 - Added following if. */
1075: BEGIN
1076: MO_GLOBAL.validate_orgid_pub_api(p_cust_acct_relate_rec.org_id,'N',l_return_status);
1077: EXCEPTION
1078: WHEN OTHERS
1079: THEN
1080: RAISE FND_API.G_EXC_ERROR;