DBA Data[Home] [Help]

APPS.GML_PO_SYNCH dependencies on GML_PO_GLDIST

Line 1257: | GML_PO_GLDIST.receive_data to |

1253: | insert one. |
1254: | 17/AUG/98 KYH Replace hard coded values with |
1255: | appropriate system constants |
1256: | 03/NOV/98 Tony Ricci added calls to |
1257: | GML_PO_GLDIST.receive_data to |
1258: | perform GL mapping |
1259: | 06/NOV/98 Tony Ricci removed call to GML_PO_SYNCH. |
1260: | cpg_conv_duom and replaced with |
1261: | GMICUOM.icuomcv which is the OPM |

Line 2736: GML_PO_GLDIST.P_row_num_upd := 0 ;

2732:
2733: /* HW BUG#:1178415 - Pass int_rec.mul_div_sign and int_rec.purchase_exchange_rate */
2734: /* Call GL Mapping and insert into po_dist_dtl*/
2735:
2736: GML_PO_GLDIST.P_row_num_upd := 0 ;
2737:
2738: GML_PO_GLDIST.receive_data ('PORD', v_po_id,
2739: v_new_line_id, int_rec.orgn_code,
2740: int_rec.po_date, v_ship_vendor_id,

Line 2738: GML_PO_GLDIST.receive_data ('PORD', v_po_id,

2734: /* Call GL Mapping and insert into po_dist_dtl*/
2735:
2736: GML_PO_GLDIST.P_row_num_upd := 0 ;
2737:
2738: GML_PO_GLDIST.receive_data ('PORD', v_po_id,
2739: v_new_line_id, int_rec.orgn_code,
2740: int_rec.po_date, v_ship_vendor_id,
2741: v_base_currency, int_rec.billing_currency,
2742: int_rec.to_whse, v_line_no,

Line 3002: GML_PO_GLDIST.P_row_num_upd := 0 ;

2998: END IF;
2999:
3000:
3001: /* Begin Bug 2817410 */
3002: GML_PO_GLDIST.P_row_num_upd := 0 ;
3003:
3004: GML_PO_GLDIST.receive_data ('PORD', v_po_id,
3005: v_line_id, int_rec.orgn_code,
3006: int_rec.po_date, v_ship_vendor_id,

Line 3004: GML_PO_GLDIST.receive_data ('PORD', v_po_id,

3000:
3001: /* Begin Bug 2817410 */
3002: GML_PO_GLDIST.P_row_num_upd := 0 ;
3003:
3004: GML_PO_GLDIST.receive_data ('PORD', v_po_id,
3005: v_line_id, int_rec.orgn_code,
3006: int_rec.po_date, v_ship_vendor_id,
3007: v_base_currency, int_rec.billing_currency,
3008: int_rec.to_whse, v_dtl_line_no,

Line 3443: GML_PO_GLDIST.P_row_num_upd := 0 ;

3439:
3440: /* HW BUG#:1178415 - Pass int_rec.mul_div_sign and int_rec.purchase_exchange_rate */
3441:
3442: /*PPB reset this varaible for every new line. */
3443: GML_PO_GLDIST.P_row_num_upd := 0 ;
3444:
3445: GML_PO_GLDIST.receive_data ('PORD', v_po_id,
3446: v_line_id, int_rec.orgn_code,
3447: int_rec.po_date, v_ship_vendor_id,

Line 3445: GML_PO_GLDIST.receive_data ('PORD', v_po_id,

3441:
3442: /*PPB reset this varaible for every new line. */
3443: GML_PO_GLDIST.P_row_num_upd := 0 ;
3444:
3445: GML_PO_GLDIST.receive_data ('PORD', v_po_id,
3446: v_line_id, int_rec.orgn_code,
3447: int_rec.po_date, v_ship_vendor_id,
3448: v_base_currency, int_rec.billing_currency,
3449: int_rec.to_whse, v_dtl_line_no,