DBA Data[Home] [Help]

APPS.GML_PO_SYNCH dependencies on GMICCAL

Line 1270: | 11/24/98 Tony Ricci added call to GMICCAL.trans_date |

1266: | value will be used |
1267: | 11/11/98 Tony Ricci removed fob_code_cur so OPM |
1268: | value will be used (already in |
1269: | int_rec.fob_code |
1270: | 11/24/98 Tony Ricci added call to GMICCAL.trans_date |
1271: | _validate to check for a valid |
1272: | Inventory calendar |
1273: | 02/04/99 Tony Ricci use correct variable for um2 |
1274: | when inserting/updating |

Line 1721: v_retval := GMICCAL.trans_date_validate(int_rec.agreed_dlvdate,

1717:
1718: IF (v_closed_code NOT IN ('CLOSED','FINALLY CLOSED')) THEN
1719:
1720: /* T Ricci 11/24/98 added inventory calendar check*/
1721: v_retval := GMICCAL.trans_date_validate(int_rec.agreed_dlvdate,
1722: int_rec.orgn_code,int_rec.to_whse);
1723: END IF;
1724:
1725: IF v_retval < 0 THEN