DBA Data[Home] [Help]

APPS.PON_PRINTING_PKG dependencies on PA_PROJECTS_ALL

Line 1700: ,pa_projects_all proj

1696: per_jobs_vl jobs,
1697: icx_cat_categories_v icx,
1698: mtl_units_of_measure_tl units,
1699: po_line_types_tl lt
1700: ,pa_projects_all proj
1701: ,pa_tasks task
1702: ,gms_awards_all awrd
1703: ,hr_all_organization_units hrorg
1704: ,fnd_user fuser

Line 2401: pa_projects_all proj,

2397: ,null bid_promised_date
2398:
2399: FROM
2400: pon_auc_payments_shipments pay,
2401: pa_projects_all proj,
2402: pa_tasks task,
2403: gms_awards_all awrd,
2404: hr_locations_all hrl,
2405: hr_all_organization_units hrorg,

Line 2477: pa_projects_all proj,

2473: ,to_char(decode(pbp.quantity,null,decode(pbip.quantity, null, 1,pbip.quantity),pbp.quantity)*decode(p_user_view_type, 'BUYER',pbp.price,pbp.bid_currency_price), l_amount_mask) amount_display
2474: ,pon_oa_util_pkg.display_date_time(pbp.promised_date, p_client_time_zone, p_server_time_zone, p_date_format,'N') bid_promised_date
2475: FROM
2476: pon_auc_payments_shipments pay,
2477: pa_projects_all proj,
2478: pa_tasks task,
2479: gms_awards_all awrd,
2480: hr_locations_all hrl,
2481: hr_all_organization_units hrorg,

Line 3157: pa_projects_all proj,

3153: fnd_product_groups fpg,
3154: pon_negotiation_styles_vl ns,
3155: PO_ALL_DOC_STYLE_LINES ps,
3156: po_doc_style_headers postyl,
3157: pa_projects_all proj,
3158: fnd_user buyer_user,
3159: per_phones buyer_phone,
3160: per_phones buyer_fax,
3161: pon_bid_headers pbhs,