DBA Data[Home] [Help]

APPS.IGI_IAC_COMMON_UTILS dependencies on IGI_IAC_WF_PKG

Line 1665: IF NOT IGI_IAC_WF_PKG.Start_process (

1661: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1662: p_full_path => l_path_name,
1663: p_string => '+ get gl-account success '|| l_account_value);
1664:
1665: IF NOT IGI_IAC_WF_PKG.Start_process (
1666: X_flex_account_type => X_account_type,
1667: X_book_type_code => X_book_type_code,
1668: X_chart_of_accounts_id => l_chart_of_accounts_id,
1669: X_dist_ccid => l_distribution_ccid,

Line 1708: IF NOT IGI_IAC_WF_PKG.Start_process (

1704: elsif x_account_type = 'INTERCO_AR_ACCT' THEN
1705: l_account_value := l_interco_ar_acct;
1706: end if ;
1707:
1708: IF NOT IGI_IAC_WF_PKG.Start_process (
1709: X_flex_account_type => X_account_type,
1710: X_book_type_code => X_book_type_code,
1711: X_chart_of_accounts_id => l_chart_of_accounts_id,
1712: X_dist_ccid => l_distribution_ccid,