DBA Data[Home] [Help]

APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on ZX_LINES

Line 1760: zx_lines_det_factors

1756: trx_business_category,
1757: product_fisc_classification,
1758: product_category
1759: from
1760: zx_lines_det_factors
1761: where application_id = c_application_id
1762: and entity_code = c_entity_code
1763: and event_class_code = c_event_class_code
1764: and trx_id = c_trx_id

Line 1790: from ZX_LINES

1786: tax_exception_id,
1787: tax_currency_conversion_date,
1788: tax_currency_conversion_rate,
1789: tax_currency_conversion_type
1790: from ZX_LINES
1791: where application_id = c_application_id
1792: and entity_code = c_entity_code
1793: and event_class_code = c_event_class_code
1794: and trx_level_type = c_trx_level_type

Line 4162: SELECT zx_lines_s.NEXTVAL

4158:
4159: l_user_id := fnd_global.user_id;
4160: l_date := sysdate;
4161:
4162: SELECT zx_lines_s.NEXTVAL
4163: INTO ZX_TDS_CALC_SERVICES_PUB_PKG.g_detail_tax_lines_tbl(p_new_row_num).tax_line_id
4164: FROM dual;
4165:
4166: -- standard who columns

Line 4951: * SELECT zx_lines_s.NEXTVAL INTO

4947: --
4948: /*
4949: * populate in ZX_TDS_TAX_LINES_POPU_PKG
4950: *
4951: * SELECT zx_lines_s.NEXTVAL INTO
4952: * ZX_TDS_CALC_SERVICES_PUB_PKG.g_detail_tax_lines_tbl(
4953: * p_new_row_num).tax_line_id from dual;
4954: */
4955: