DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_TAX_DIST_PKG dependencies on JAI_RGM_BALANCE_T

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

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

Line 182: p_from_party_type JAI_RGM_BALANCE_T.PARTY_TYPE%TYPE ,

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

Line 183: p_to_party_type JAI_RGM_BALANCE_T.PARTY_TYPE%TYPE

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