DBA Data[Home] [Help]

APPS.FA_CREATE_GROUP_ASSET_PKG dependencies on FA_DEBUG_PKG

Line 109: fa_debug_pkg.add(l_calling_fn,

105: end loop;
106:
107: l_debug_str := 'Get the Hierarchy Segment Mapping';
108: if (p_log_level_rec.statement_level) then
109: fa_debug_pkg.add(l_calling_fn,
110: l_debug_str,
111: '',
112: p_log_level_rec => p_log_level_rec);
113: end if;

Line 121: fa_debug_pkg.add(l_calling_fn,

117: END LOOP;
118:
119: l_debug_str := 'Get the Major Category Segment Mapping';
120: if (p_log_level_rec.statement_level) then
121: fa_debug_pkg.add(l_calling_fn,
122: l_debug_str,
123: '',
124: p_log_level_rec => p_log_level_rec);
125: end if;

Line 139: fa_debug_pkg.add(l_calling_fn,

135: l_major_cat_seg_index := to_number(substr(l_major_cat_seg, 8));
136:
137: l_debug_str := 'Get the Asset Key Project Segment Mapping';
138: if (p_log_level_rec.statement_level) then
139: fa_debug_pkg.add(l_calling_fn,
140: l_debug_str,
141: '',
142: p_log_level_rec => p_log_level_rec);
143: end if;

Line 151: fa_debug_pkg.add(l_calling_fn,

147: END LOOP;
148:
149: l_debug_str := 'Get the Asset Key Group value';
150: if (p_log_level_rec.statement_level) then
151: fa_debug_pkg.add(l_calling_fn,
152: l_debug_str,
153: '',
154: p_log_level_rec => p_log_level_rec);
155: end if;

Line 162: fa_debug_pkg.add(l_calling_fn,

158: END LOOP;
159:
160: l_debug_str := 'Get the CAtegory Group Segment Mapping';
161: if (p_log_level_rec.statement_level) then
162: fa_debug_pkg.add(l_calling_fn,
163: l_debug_str,
164: '',
165: p_log_level_rec => p_log_level_rec);
166: end if;

Line 174: fa_debug_pkg.add(l_calling_fn,

170: END LOOP;
171:
172: l_debug_str := 'Get the Category Group value';
173: if (p_log_level_rec.statement_level) then
174: fa_debug_pkg.add(l_calling_fn,
175: l_debug_str,
176: '',
177: p_log_level_rec => p_log_level_rec);
178: end if;

Line 185: fa_debug_pkg.add(l_calling_fn,

181: END LOOP;
182:
183: l_debug_str := 'Get the source for asset key bierarchy mapping';
184: if (p_log_level_rec.statement_level) then
185: fa_debug_pkg.add(l_calling_fn,
186: l_debug_str,
187: '',
188: p_log_level_rec => p_log_level_rec);
189: end if;

Line 196: fa_debug_pkg.add(l_calling_fn,

192: END LOOP;
193:
194: l_debug_str := 'Processing mass addition line';
195: if (p_log_level_rec.statement_level) then
196: fa_debug_pkg.add(l_calling_fn,
197: l_debug_str,
198: '',
199: p_log_level_rec => p_log_level_rec);
200: end if;

Line 552: fa_debug_pkg.add(l_calling_fn,

548: px_inv_tbl => l_inv_tbl);
549: if(l_status = 'E')then
550: l_debug_str := 'energy addition api failure';
551: if (p_log_level_rec.statement_level) then
552: fa_debug_pkg.add(l_calling_fn,
553: l_debug_str,
554: '',
555: p_log_level_rec => p_log_level_rec);
556: end if;

Line 569: fa_debug_pkg.add(l_calling_fn,

565: end if;
566: else
567: l_debug_str := 'Update the mass addition line with parent asset id';
568: if (p_log_level_rec.statement_level) then
569: fa_debug_pkg.add(l_calling_fn,
570: l_debug_str,
571: '',
572: p_log_level_rec => p_log_level_rec);
573: end if;

Line 668: fa_debug_pkg.add(l_calling_fn,

664:
665: if(l_status = 'E')then
666: l_debug_str := 'energy addition api failure';
667: if (p_log_level_rec.statement_level) then
668: fa_debug_pkg.add(l_calling_fn,
669: l_debug_str,
670: '',
671: p_log_level_rec => p_log_level_rec);
672: end if;

Line 703: fa_debug_pkg.add(l_calling_fn,

699: p_group_reclass_options_rec => l_group_reclass_options_rec);
700: if(l_status = 'E')then
701: l_debug_str := 'energy addition api failure';
702: if (p_log_level_rec.statement_level) then
703: fa_debug_pkg.add(l_calling_fn,
704: l_debug_str,
705: '',
706: p_log_level_rec => p_log_level_rec);
707: end if;

Line 741: fa_debug_pkg.add(l_calling_fn,

737:
738: if(l_status = 'E')then
739: l_debug_str := 'energy addition api failure';
740: if (p_log_level_rec.statement_level) then
741: fa_debug_pkg.add(l_calling_fn,
742: l_debug_str,
743: '',
744: p_log_level_rec => p_log_level_rec);
745: end if;