DBA Data[Home] [Help]

APPS.IGI_ITR_APPROVAL_PKG dependencies on IGI_ITR_CHARGE_SETUP

Line 341: FROM igi_itr_charge_setup

337: -- no value was chosen )
338:
339: SELECT nvl(auto_approve_exceed_days,7)
340: INTO l_timeout_days
341: FROM igi_itr_charge_setup
342: WHERE set_of_books_id = l_set_of_books_id;
343:
344: l_timeout_mins := l_timeout_days*24*60;
345:

Line 1092: FROM igi_itr_charge_setup

1088:
1089:
1090: SELECT nvl(use_double_timeout_flag,'N')
1091: INTO l_use_double_timeout
1092: FROM igi_itr_charge_setup
1093: WHERE set_of_books_id = l_set_of_books_id;
1094:
1095: IF (l_use_double_timeout = 'Y') THEN
1096: result := 'COMPLETE:Y';

Line 1692: FROM igi_itr_charge_setup

1688:
1689: -- Get the value for the find approver method
1690: SELECT find_approver_method
1691: INTO l_find_approver_method
1692: FROM igi_itr_charge_setup
1693: WHERE set_of_books_id = l_sob_id;
1694:
1695:
1696: IF (l_find_approver_method IS NULL) THEN