DBA Data[Home] [Help]

APPS.IGI_IAC_TYPES dependencies on IGI_IAC_TRANSACTION_HEADERS

Line 62: ,transaction_type_code IGI_IAC_TRANSACTION_HEADERS.TRANSACTION_TYPE_CODE%TYPE

58:
59: type iac_reval_control_type IS RECORD
60: (
61: revaluation_mode VARCHAR2(1) /* Revaluation modes 'P' - Preview */
62: ,transaction_type_code IGI_IAC_TRANSACTION_HEADERS.TRANSACTION_TYPE_CODE%TYPE
63: ,transaction_sub_type IGI_IAC_TRANSACTION_HEADERS.TRANSACTION_SUB_TYPE%TYPE
64: ,adjustment_status IGI_IAC_TRANSACTION_HEADERS.ADJUSTMENT_STATUS%TYPE
65: ,validate_business_rules BOOLEAN DEFAULT FALSE /* whether the business rules should be validated ? */
66: ,first_time_flag BOOLEAN DEFAULT FALSE /* whether this routine is called for the first time */

Line 63: ,transaction_sub_type IGI_IAC_TRANSACTION_HEADERS.TRANSACTION_SUB_TYPE%TYPE

59: type iac_reval_control_type IS RECORD
60: (
61: revaluation_mode VARCHAR2(1) /* Revaluation modes 'P' - Preview */
62: ,transaction_type_code IGI_IAC_TRANSACTION_HEADERS.TRANSACTION_TYPE_CODE%TYPE
63: ,transaction_sub_type IGI_IAC_TRANSACTION_HEADERS.TRANSACTION_SUB_TYPE%TYPE
64: ,adjustment_status IGI_IAC_TRANSACTION_HEADERS.ADJUSTMENT_STATUS%TYPE
65: ,validate_business_rules BOOLEAN DEFAULT FALSE /* whether the business rules should be validated ? */
66: ,first_time_flag BOOLEAN DEFAULT FALSE /* whether this routine is called for the first time */
67: ,message_level NUMBER DEFAULT 0 /*(0- None, 1 -Low, 2-Normal, 3- high) Message Severity level */

Line 64: ,adjustment_status IGI_IAC_TRANSACTION_HEADERS.ADJUSTMENT_STATUS%TYPE

60: (
61: revaluation_mode VARCHAR2(1) /* Revaluation modes 'P' - Preview */
62: ,transaction_type_code IGI_IAC_TRANSACTION_HEADERS.TRANSACTION_TYPE_CODE%TYPE
63: ,transaction_sub_type IGI_IAC_TRANSACTION_HEADERS.TRANSACTION_SUB_TYPE%TYPE
64: ,adjustment_status IGI_IAC_TRANSACTION_HEADERS.ADJUSTMENT_STATUS%TYPE
65: ,validate_business_rules BOOLEAN DEFAULT FALSE /* whether the business rules should be validated ? */
66: ,first_time_flag BOOLEAN DEFAULT FALSE /* whether this routine is called for the first time */
67: ,message_level NUMBER DEFAULT 0 /*(0- None, 1 -Low, 2-Normal, 3- high) Message Severity level */
68: ,create_acctg_entries BOOLEAN DEFAULT FALSE /* create accounting entries at the end of the processing */