DBA Data[Home] [Help]

APPS.PON_PRINTING_PKG dependencies on PA_PROJECTS_ALL

Line 2578: pa_projects_all proj,

2574: fnd_product_groups fpg,
2575: pon_negotiation_styles_vl ns,
2576: PO_ALL_DOC_STYLE_LINES ps,
2577: po_doc_style_headers postyl,
2578: pa_projects_all proj,
2579: fnd_user buyer_user,
2580: per_phones buyer_phone,
2581: per_phones buyer_fax,
2582: pon_bid_headers pbhs,

Line 2845: ,pa_projects_all proj

2841: per_jobs_vl jobs,
2842: icx_cat_categories_v icx,
2843: mtl_units_of_measure_tl units,
2844: po_line_types_tl lt
2845: ,pa_projects_all proj
2846: ,pa_tasks_expend_v task
2847: ,gms_awards_all awrd
2848: ,hr_all_organization_units hrorg
2849: ,fnd_user fuser

Line 2960: pa_projects_all proj,

2956: ,null bid_promised_date
2957:
2958: FROM
2959: pon_auc_payments_shipments pay,
2960: pa_projects_all proj,
2961: pa_tasks_expend_v task,
2962: gms_awards_all awrd,
2963: hr_locations_all hrl,
2964: hr_all_organization_units hrorg,

Line 3035: pa_projects_all proj,

3031: ,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
3032: ,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
3033: FROM
3034: pon_auc_payments_shipments pay,
3035: pa_projects_all proj,
3036: pa_tasks_expend_v task,
3037: gms_awards_all awrd,
3038: hr_locations_all hrl,
3039: hr_all_organization_units hrorg,