DBA Data[Home] [Help]

APPS.GMI_VALID_GRP dependencies on IC_WHSE_MST

Line 2483: , p_whse_loct_ctl IN ic_whse_mst.loct_ctl%TYPE

2479: --| |
2480: --+==========================================================================+
2481: FUNCTION Validate_Location
2482: ( p_item_loct_ctl IN ic_item_mst.loct_ctl%TYPE
2483: , p_whse_loct_ctl IN ic_whse_mst.loct_ctl%TYPE
2484: , p_whse_code IN ic_whse_mst.whse_code%TYPE
2485: , p_location IN ic_loct_mst.location%TYPE
2486: )
2487: RETURN BOOLEAN

Line 2484: , p_whse_code IN ic_whse_mst.whse_code%TYPE

2480: --+==========================================================================+
2481: FUNCTION Validate_Location
2482: ( p_item_loct_ctl IN ic_item_mst.loct_ctl%TYPE
2483: , p_whse_loct_ctl IN ic_whse_mst.loct_ctl%TYPE
2484: , p_whse_code IN ic_whse_mst.whse_code%TYPE
2485: , p_location IN ic_loct_mst.location%TYPE
2486: )
2487: RETURN BOOLEAN
2488: IS