DBA Data[Home] [Help]

APPS.JAI_BOE_MIGRATION_PKG dependencies on JAI_BOE_DETAILS

Line 280: -- This procedure will insert a record into jai_boe_details table.

276:
277: -- DESCRIPTION:
278: --
279:
280: -- This procedure will insert a record into jai_boe_details table.
281:
282: -- PARAMETERS:
283:
284: -- In: p_boe_detail_rec The BOE Detail line that need to be inserted.

Line 296: PROCEDURE insert_boe_detail(p_boe_detail_rec IN JAI_BOE_DETAILS%ROWTYPE);

292:
293: --
294:
295: --=========================================================================
296: PROCEDURE insert_boe_detail(p_boe_detail_rec IN JAI_BOE_DETAILS%ROWTYPE);
297: --==========================================================================
298:
299: -- PROCEDURE NAME:
300: