DBA Data[Home] [Help]

APPS.PA_IC_INV_UTILS dependencies on HZ_CUSTOMER_PROFILES

Line 704: FROM HZ_CUSTOMER_PROFILES

700: BEGIN
701: SELECT CREDIT_HOLD
702: INTO L_CREDIT_HOLD
703: /* FROM AR_CUSTOMER_PROFILES Commented for TCA changes */
704: FROM HZ_CUSTOMER_PROFILES
705: WHERE SITE_USE_ID = P_SITE_USE_ID ;
706:
707: return(L_CREDIT_HOLD);
708: EXCEPTION