DBA Data[Home] [Help]

APPS.ZX_TAXWARE_USER_PKG dependencies on ZX_USR_PROC_NEG_LINE_V

Line 376: --This is the cursor for fetching all records from the ZX_USR_PROC_NEG_LINE_V.

372: AND ((ZX_LINE_DET_FACT.EVENT_ID = ZTPPO.EVENT_ID)
373: OR (ZX_LINE_DET_FACT.LINE_LEVEL_ACTION = 'DELETE'));
374:
375:
376: --This is the cursor for fetching all records from the ZX_USR_PROC_NEG_LINE_V.
377: --The specific purpose of this view is to retain old data from zx_lines_det_factors
378: --to populate into the ZX_PRVDR_LINE_EXTNS_GT table
379:
380: CURSOR PROC_NEG_LINE_CSR IS

Line 420: ZX_USR_PROC_NEG_LINE_V zxproc

416: Adjusted_Doc_Trx_Level_Type,
417: Ship_Third_Pty_Acct_Site_Id,
418: Bill_Third_Pty_Acct_Site_Id
419: FROM
420: ZX_USR_PROC_NEG_LINE_V zxproc
421: WHERE
422: zxproc.trx_line_id = g_trx_line_id;
423:
424: