DBA Data[Home] [Help]

APPS.ARP_NOTES_PKG dependencies on STANDARD

Line 906: | Call the standard header table handler |

902: l_notes_rec.customer_trx_id := p_customer_trx_id;
903:
904:
905: /*-----------------------------------------+
906: | Call the standard header table handler |
907: +-----------------------------------------*/
908:
909: lock_compare_p( l_notes_rec, p_note_id);
910:

Line 1018: | Call the standard header table handler |

1014: l_notes_rec.customer_trx_id := p_customer_trx_id;
1015:
1016:
1017: /*-----------------------------------------+
1018: | Call the standard header table handler |
1019: +-----------------------------------------*/
1020:
1021: insert_p( l_notes_rec );
1022:

Line 1146: | Call the standard header table handler |

1142: l_notes_rec.customer_trx_id := p_customer_trx_id;
1143:
1144:
1145: /*-----------------------------------------+
1146: | Call the standard header table handler |
1147: +-----------------------------------------*/
1148:
1149: update_p( l_notes_rec, p_note_id);
1150: