DBA Data[Home] [Help]

APPS.CZ_PB_SYNC dependencies on CZ_ITEM_MASTERS

Line 487: p_item_id IN OUT NOCOPY cz_item_masters.item_id%TYPE,

483: -- to the product_id and organisation_id in the source for a given source publication
484: PROCEDURE get_local_ids(p_publication_id IN cz_model_publications.publication_id%TYPE,
485: p_sync_tgt_link_name IN cz_servers.fndnam_link_name%TYPE,
486: p_import_link_name IN cz_servers.fndnam_link_name%TYPE,
487: p_item_id IN OUT NOCOPY cz_item_masters.item_id%TYPE,
488: p_org_id IN OUT NOCOPY cz_model_publications.organization_id%TYPE,
489: p_product_key IN OUT NOCOPY cz_model_publications.product_key%TYPE
490: )
491: IS

Line 615: v_item_id cz_item_masters.item_id%TYPE;

611: l_new_pb_id cz_model_publications.publication_id%TYPE;
612: l_ui_def_id VARCHAR2(100);
613: pub_cursor ref_cursor;
614: l_pub_cursor cz_model_publications%rowtype;
615: v_item_id cz_item_masters.item_id%TYPE;
616: v_org_id cz_model_publications.organization_id%TYPE;
617: v_product_key cz_model_publications.product_key%TYPE;
618:
619: linkName cz_servers.fndnam_link_name%TYPE;