DBA Data[Home] [Help]

APPS.MRP_VALIDATE_ASSIGNMENT dependencies on HZ_CUST_ACCOUNTS

Line 1073: FROM HZ_CUST_ACCOUNTS

1069: RETURN TRUE;
1070: ELSE
1071: SELECT count(*)
1072: INTO l_count
1073: FROM HZ_CUST_ACCOUNTS
1074: WHERE cust_account_id = p_Customer_Id
1075: AND status = 'A';
1076:
1077: IF l_count = 0 THEN