DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_TAX_DIST_PKG dependencies on JAI_RGM_BALANCE_T

Line 180: FUNCTION f_get_io_register ( p_party_id JAI_RGM_BALANCE_T.PARTY_ID%TYPE ,

176: p_process_flag OUT NOCOPY VARCHAR2 ,
177: p_process_message OUT NOCOPY VARCHAR2
178: ) ;
179:
180: FUNCTION f_get_io_register ( p_party_id JAI_RGM_BALANCE_T.PARTY_ID%TYPE ,
181: p_from_party_type JAI_RGM_BALANCE_T.PARTY_TYPE%TYPE ,
182: p_to_party_type JAI_RGM_BALANCE_T.PARTY_TYPE%TYPE
183: )
184: RETURN VARCHAR2 ;

Line 181: p_from_party_type JAI_RGM_BALANCE_T.PARTY_TYPE%TYPE ,

177: p_process_message OUT NOCOPY VARCHAR2
178: ) ;
179:
180: FUNCTION f_get_io_register ( p_party_id JAI_RGM_BALANCE_T.PARTY_ID%TYPE ,
181: p_from_party_type JAI_RGM_BALANCE_T.PARTY_TYPE%TYPE ,
182: p_to_party_type JAI_RGM_BALANCE_T.PARTY_TYPE%TYPE
183: )
184: RETURN VARCHAR2 ;
185: -- ended, Harshita for Bug 5096787

Line 182: p_to_party_type JAI_RGM_BALANCE_T.PARTY_TYPE%TYPE

178: ) ;
179:
180: FUNCTION f_get_io_register ( p_party_id JAI_RGM_BALANCE_T.PARTY_ID%TYPE ,
181: p_from_party_type JAI_RGM_BALANCE_T.PARTY_TYPE%TYPE ,
182: p_to_party_type JAI_RGM_BALANCE_T.PARTY_TYPE%TYPE
183: )
184: RETURN VARCHAR2 ;
185: -- ended, Harshita for Bug 5096787
186: end jai_cmn_rgm_tax_dist_pkg;