DBA Data[Home] [Help]

APPS.IGIRX_IMP_IAC_REP dependencies on IGI_IAC_COMMON_UTILS

Line 971: IF NOT igi_iac_common_utils.get_account_segment_value(l_set_of_books_id,

967: p_full_path => l_path_name,
968: p_string => 'after fetch dist acct');
969: CLOSE C_Dist_Acct;
970:
971: IF NOT igi_iac_common_utils.get_account_segment_value(l_set_of_books_id,
972: l_dist_acct.deprn_expense_account_ccid,
973: 'GL_ACCOUNT',
974: l_deprn_expense_acct) --the expense acct for distribution
975: THEN

Line 979: IF NOT igi_iac_common_utils.get_account_segment_value(l_set_of_books_id,

975: THEN
976: l_deprn_expense_acct:= 'not_found';
977: END IF;
978:
979: IF NOT igi_iac_common_utils.get_account_segment_value(l_set_of_books_id,
980: l_acct2.backlog_deprn_rsv_ccid,
981: 'GL_ACCOUNT',
982: l_blog_deprn_rsv_acct)
983: THEN

Line 987: IF NOT igi_iac_common_utils.get_account_segment_value(l_set_of_books_id,

983: THEN
984: l_blog_deprn_rsv_acct:= 'not_found';
985: END IF;
986:
987: IF NOT igi_iac_common_utils.get_account_segment_value(l_set_of_books_id,
988: l_acct2.general_fund_ccid,
989: 'GL_ACCOUNT',
990: l_general_fund_acct)
991: THEN

Line 995: IF NOT igi_iac_common_utils.get_account_segment_value(l_set_of_books_id,

991: THEN
992: l_general_fund_acct:= 'not_found';
993: END IF;
994:
995: IF NOT igi_iac_common_utils.get_account_segment_value(l_set_of_books_id,
996: l_acct2.operating_expense_ccid,
997: 'GL_ACCOUNT',
998: l_oper_expense_acct)
999: THEN

Line 1003: IF NOT igi_iac_common_utils.get_account_segment_value(l_set_of_books_id,

999: THEN
1000: l_oper_expense_acct:= 'not_found';
1001: END IF;
1002:
1003: IF NOT igi_iac_common_utils.get_account_segment_value(l_set_of_books_id,
1004: l_dist_acct.deprn_reserve_account_ccid,
1005: 'GL_ACCOUNT',
1006: l_deprn_reserve_acct)
1007: THEN

Line 1011: IF NOT igi_iac_common_utils.get_account_segment_value(l_set_of_books_id,

1007: THEN
1008: l_deprn_reserve_acct:= 'not_found';
1009: END IF;
1010:
1011: IF NOT igi_iac_common_utils.get_account_segment_value(l_set_of_books_id,
1012: l_acct2.reval_rsv_ccid,
1013: 'GL_ACCOUNT',
1014: l_reval_rsv_acct)
1015: THEN

Line 1019: IF NOT igi_iac_common_utils.get_account_segment_value(l_set_of_books_id,

1015: THEN
1016: l_reval_rsv_acct:= 'not_found';
1017: END IF;
1018:
1019: IF NOT igi_iac_common_utils.get_account_segment_value(l_set_of_books_id,
1020: l_dist_acct.asset_cost_account_ccid,
1021: 'GL_ACCOUNT',
1022: l_asset_cost_acct)
1023: THEN

Line 1027: IF NOT igi_iac_common_utils.get_account_segment_value(l_set_of_books_id,

1023: THEN
1024: l_asset_cost_acct:= 'not_found';
1025: END IF;
1026:
1027: IF NOT igi_iac_common_utils.get_account_segment_value(l_set_of_books_id,
1028: l_deprn.code_combination_id,
1029: 'FA_COST_CTR',
1030: l_cost_center)
1031: THEN

Line 1035: IF NOT igi_iac_common_utils.get_account_segment_value(l_set_of_books_id,

1031: THEN
1032: l_cost_center:= 'not_found';
1033: END IF;
1034:
1035: IF NOT igi_iac_common_utils.get_account_segment_value(l_set_of_books_id,
1036: l_deprn.code_combination_id,
1037: 'GL_BALANCING',
1038: l_balancing_seg)
1039: THEN

Line 1108: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_main.cost_mhca ,

1104: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1105: p_full_path => l_path_name,
1106: p_string => 'l_concat_location ' ||l_concat_location );
1107:
1108: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_main.cost_mhca ,
1109: l_dist_source_book )) THEN
1110: null;
1111: END IF;
1112:

Line 1113: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_main.reval_reserve_mhca ,

1109: l_dist_source_book )) THEN
1110: null;
1111: END IF;
1112:
1113: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_main.reval_reserve_mhca ,
1114: l_dist_source_book )) THEN
1115: null;
1116: END IF;
1117:

Line 1118: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_main.backlog_mhca ,

1114: l_dist_source_book )) THEN
1115: null;
1116: END IF;
1117:
1118: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_main.backlog_mhca ,
1119: l_dist_source_book )) THEN
1120: null;
1121: END IF;
1122:

Line 1123: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_ytd_mhca ,

1119: l_dist_source_book )) THEN
1120: null;
1121: END IF;
1122:
1123: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_ytd_mhca ,
1124: l_dist_source_book )) THEN
1125: null;
1126: END IF;
1127:

Line 1128: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_main.Accum_Deprn_MHCA ,

1124: l_dist_source_book )) THEN
1125: null;
1126: END IF;
1127:
1128: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_main.Accum_Deprn_MHCA ,
1129: l_dist_source_book )) THEN
1130: null;
1131: END IF;
1132:

Line 1133: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_main.operating_account_cost ,

1129: l_dist_source_book )) THEN
1130: null;
1131: END IF;
1132:
1133: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_main.operating_account_cost ,
1134: l_dist_source_book )) THEN
1135: null;
1136: END IF;
1137:

Line 1138: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_main.operating_account_backlog ,

1134: l_dist_source_book )) THEN
1135: null;
1136: END IF;
1137:
1138: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_main.operating_account_backlog ,
1139: l_dist_source_book )) THEN
1140: null;
1141: END IF;
1142:

Line 1143: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_main.general_fund_mhca ,

1139: l_dist_source_book )) THEN
1140: null;
1141: END IF;
1142:
1143: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_main.general_fund_mhca ,
1144: l_dist_source_book )) THEN
1145: null;
1146: END IF;
1147:

Line 1148: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_main.cost_hist ,

1144: l_dist_source_book )) THEN
1145: null;
1146: END IF;
1147:
1148: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_main.cost_hist ,
1149: l_dist_source_book )) THEN
1150: null;
1151: END IF;
1152:

Line 1153: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_ytd_hist ,

1149: l_dist_source_book )) THEN
1150: null;
1151: END IF;
1152:
1153: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_ytd_hist ,
1154: l_dist_source_book )) THEN
1155: null;
1156: END IF;
1157:

Line 1158: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_main.accum_deprn_hist ,

1154: l_dist_source_book )) THEN
1155: null;
1156: END IF;
1157:
1158: IF NOT( Igi_Iac_Common_Utils.Iac_Round ( l_main.accum_deprn_hist ,
1159: l_dist_source_book )) THEN
1160: null;
1161: END IF;
1162: