DBA Data[Home] [Help]

APPS.IGI_IAC_COMMON_UTILS dependencies on IGI_IAC_WF_PKG

Line 1635: IF NOT IGI_IAC_WF_PKG.Start_process (

1631: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1632: p_full_path => l_path_name,
1633: p_string => '+ get gl-account success '|| l_account_value);
1634:
1635: IF NOT IGI_IAC_WF_PKG.Start_process (
1636: X_flex_account_type => X_account_type,
1637: X_book_type_code => X_book_type_code,
1638: X_chart_of_accounts_id => l_chart_of_accounts_id,
1639: X_dist_ccid => l_distribution_ccid,

Line 1678: IF NOT IGI_IAC_WF_PKG.Start_process (

1674: elsif x_account_type = 'INTERCO_AR_ACCT' THEN
1675: l_account_value := l_interco_ar_acct;
1676: end if ;
1677:
1678: IF NOT IGI_IAC_WF_PKG.Start_process (
1679: X_flex_account_type => X_account_type,
1680: X_book_type_code => X_book_type_code,
1681: X_chart_of_accounts_id => l_chart_of_accounts_id,
1682: X_dist_ccid => l_distribution_ccid,