DBA Data[Home] [Help]

APPS.JAI_FA_MA_TRIGGER_PKG dependencies on JAI_FA_MASS_ADDITIONS

Line 84: from JAI_FA_MASS_ADDITIONS

80: );
81:
82: cursor c_ja_in_fa_mass_additions(p_parent_request_id number) is
83: select count(1)
84: from JAI_FA_MASS_ADDITIONS
85: where create_batch_id = p_parent_request_id
86: and process_flag <> 'Y';
87:
88:

Line 145: A column invoice_line_number ie added to jai_fa_mass_additions.

141: Removal of SQL LITERALs is done
142:
143: 6. 24-Jun-2005 rchandan for bug#4454657,File Version: 116.3
144: Modified the object as a part of AP LINES Impact Uptake
145: A column invoice_line_number ie added to jai_fa_mass_additions.
146: The ap_invoice_lines_all is used instead of ap_invoice_distributions_all while querying wherever applicable.
147:
148: Future Dependencies For the release Of this Object:-
149: (Please add a row in the section below only if your bug introduces a dependency due to spec change/ A new call to a object/

Line 216: insert into JAI_FA_MASS_ADDITIONS

212: /* BOE or third party type of taxes do not exist for the item line */
213: return;
214: end if;
215:
216: insert into JAI_FA_MASS_ADDITIONS
217: (
218: mass_addition_id,
219: invoice_id,
220: distribution_line_number,

Line 458: A column invoice_line_number ie added to jai_fa_mass_additions.

454: Ramananda for bug#4428980. Removal of SQL LITERALs is done
455:
456: 6. 24-Jun-2005 rchandan for bug#4454657,File Version: 116.3
457: Modified the object as a part of AP LINES Impact Uptake
458: A column invoice_line_number ie added to jai_fa_mass_additions.
459: The ap_invoice_lines_all is used instead of ap_invoice_distributions_all while querying wherever applicable.
460:
461:
462: Future Dependencies For the release Of this Object:-