DBA Data[Home] [Help]

APPS.ZX_VTX_USER_PKG dependencies on ZX_USR_PROC_NEG_LINE_V

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

363: AND ((ZX_LINE_DET_FACT.EVENT_ID = ZTPPO.EVENT_ID)
364: OR (ZX_LINE_DET_FACT.LINE_LEVEL_ACTION = 'DELETE'));
365:
366:
367: --This is the cursor for fetching all records from the ZX_USR_PROC_NEG_LINE_V.
368: --The specific purpose of this view is to retain old data from zx_lines_det_factors
369: --to populate into the ZX_PRVDR_LINE_EXTNS_GT table
370:
371: CURSOR PROC_NEG_LINE_CSR IS

Line 410: ZX_USR_PROC_NEG_LINE_V zxproc

406: Adjusted_Doc_Trx_Level_Type,
407: Ship_Third_Pty_Acct_Site_Id,
408: Bill_Third_Pty_Acct_Site_Id
409: FROM
410: ZX_USR_PROC_NEG_LINE_V zxproc
411: WHERE
412: zxproc.trx_line_id = g_trx_line_id;
413:
414: