DBA Data[Home] [Help]

APPS.JMF_SHIKYU_RPT_CUR_PVT dependencies on JMF_SHIKYU_GRP

Line 660: AND nvl(JMF_SHIKYU_GRP. GET_SUBCONTRACTING_TYPE(repo.oem_organization_id, repo.tp_organization_id),

656: AND haotl.NAME <= nvl(lp_inv_org_name_to
657: ,haotl.NAME)
658: /* 12.1 Buy/Sell Subcontracting changes */
659: /* Cost update analysis report is applicable only for Chargeable Sucbontracting */
660: AND nvl(JMF_SHIKYU_GRP. GET_SUBCONTRACTING_TYPE(repo.oem_organization_id, repo.tp_organization_id),
661: NULL) = 'C' ;
662:
663:
664: l_source jmf_shikyu_cur_rpt_temp.SOURCE%TYPE;

Line 934: AND nvl(JMF_SHIKYU_GRP. GET_SUBCONTRACTING_TYPE(oel.ship_from_org_id, oel.ship_to_org_id),

930: AND haotl.NAME <= nvl(lp_inv_org_name_to
931: ,haotl.NAME)
932: /* 12.1 Buy/Sell Subcontracting changes */
933: /* Cost update analysis report is applicable only for Chargeable Sucbontracting */
934: AND nvl(JMF_SHIKYU_GRP. GET_SUBCONTRACTING_TYPE(oel.ship_from_org_id, oel.ship_to_org_id),
935: NULL) = 'C' ;
936:
937:
938: l_source jmf_shikyu_cur_rpt_temp.SOURCE%TYPE;